Html Css Color HEX #55EEBB Turquoise

📋 copy color: '#55EEBB'

red 85 ◦ green 238 ◦ blue 187

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

Shades of Turquoise #55EEBB

Tints of Turquoise #55EEBB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.67%

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 16.67%
G = 46.67%
B = 36.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#55EEBB (or 0x55EEBB) is known color: Turquoise. HEX triplet: 55, EE and BB. RGB value is (85,238,187). Sum of RGB (Red+Green+Blue) = 85+238+187=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #55EEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EEBB is #AA1144. Grayscale: #BABABA. Windows color (decimal): -11145541 or 12316245. OLE color: 12316245.

HSL color Cylindrical-coordinate representation of color #55EEBB: hue angle of 160º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EEBB is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 238 187 -
CMYK 0.64 0 0.21 0.07
HSL 160º 0.82% 0.63% -
HSV(B) 160º 0.64% 0.93% -
XYZ 43.29 66.67 57.6 -
YUV 186.44 128.31 55.65 -
System Red Green Blue C M Y K H S L
Decimal 85 238 187 0.64 0 0.21 0.07 160 0.82 0.63
Hex 55 EE BB 40 0 15 7 A0 52 3F
Octal 125 356 273 100 0 25 7 240 122 77
Binary 1010101 11101110 10111011 1000000 0 10101 111 10100000 1010010 111111

Color Harmonies of #55EEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EEBB

Black with #55EEBB

Text Example


Text Example

White with #55EEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,238,187); }

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

background-color css

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

 a { background-color: rgb(85,238,187); }

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

border-color css

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

 span { border-color: rgb(85,238,187); }

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