Html Css Color HEX #55E9DB Turquoise

📋 copy color: '#55E9DB'

red 85 ◦ green 233 ◦ blue 219

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

Shades of Turquoise #55E9DB

Tints of Turquoise #55E9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.39%

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 15.83%
G = 43.39%
B = 40.78%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#55E9DB (or 0x55E9DB) is known color: Turquoise. HEX triplet: 55, E9 and DB. RGB value is (85,233,219). Sum of RGB (Red+Green+Blue) = 85+233+219=537 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.83% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #55E9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E9DB is #AA1624. Grayscale: #BBBBBB. Windows color (decimal): -11146789 or 14412117. OLE color: 14412117.

HSL color Cylindrical-coordinate representation of color #55E9DB: hue angle of 174.32º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E9DB is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 233 219 -
CMYK 0.64 0 0.06 0.09
HSL 174.32º 0.77% 0.62% -
HSV(B) 174.32º 0.64% 0.91% -
XYZ 45.67 65.32 77.22 -
YUV 187.15 145.97 55.14 -
System Red Green Blue C M Y K H S L
Decimal 85 233 219 0.64 0 0.06 0.09 174.32 0.77 0.62
Hex 55 E9 DB 40 0 6 9 AE 4D 3E
Octal 125 351 333 100 0 6 11 256 115 76
Binary 1010101 11101001 11011011 1000000 0 110 1001 10101110 1001101 111110

Color Harmonies of #55E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E9DB

Black with #55E9DB

Text Example


Text Example

White with #55E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,233,219); }

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

background-color css

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

 a { background-color: rgb(85,233,219); }

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

border-color css

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

 span { border-color: rgb(85,233,219); }

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