Html Css Color HEX #55EFBA Turquoise

📋 copy color: '#55EFBA'

red 85 ◦ green 239 ◦ blue 186

#55EFBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #55EFBA

Tints of Turquoise #55EFBA

RGB

 RED value IS 85 (33.59% from 255) = 16.67%

 GREEN value IS 239 (93.75% from 255) = 46.86%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 16.67%
G = 46.86%
B = 36.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#55EFBA (or 0x55EFBA) is known color: Turquoise. HEX triplet: 55, EF and BA. RGB value is (85,239,186). Sum of RGB (Red+Green+Blue) = 85+239+186=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EFBA is #AA1045. Grayscale: #BABABA. Windows color (decimal): -11145286 or 12250965. OLE color: 12250965.

HSL color Cylindrical-coordinate representation of color #55EFBA: hue angle of 159.35º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EFBA is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 239 186 -
CMYK 0.64 0 0.22 0.06
HSL 159.35º 0.83% 0.64% -
HSV(B) 159.35º 0.64% 0.94% -
XYZ 43.48 67.21 57.14 -
YUV 186.91 127.48 55.31 -
System Red Green Blue C M Y K H S L
Decimal 85 239 186 0.64 0 0.22 0.06 159.35 0.83 0.64
Hex 55 EF BA 40 0 16 6 9F 53 40
Octal 125 357 272 100 0 26 6 237 123 100
Binary 1010101 11101111 10111010 1000000 0 10110 110 10011111 1010011 1000000

Color Harmonies of #55EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFBA

Black with #55EFBA

Text Example


Text Example

White with #55EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55EFBA; }

 p { color: rgb(85,239,186); }

 H1.HeaderClassName
 {
   color: #55EFBA;
 }
 .AnyTagClassName
 {
   color: #55EFBA;
 }
</style>

background-color css

<style>
 a { background-color: #55EFBA; }

 a { background-color: rgb(85,239,186); }

 div.DivClassName
 {
   background-color: #55EFBA;
 }
 .BgClassName
 {
   background-color: #55EFBA;
 }
</style>

border-color css

<style>
 span { border-color: #55EFBA; }

 span { border-color: rgb(85,239,186); }

 td.TdClassName
 {
   border-color: #55EFBA;
 }
 .TagClassName
 {
   border-color: #55EFBA;
 }
</style>