Html Css Color HEX #55E0DD Turquoise

📋 copy color: '#55E0DD'

red 85 ◦ green 224 ◦ blue 221

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

Shades of Turquoise #55E0DD

Tints of Turquoise #55E0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.26%

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 16.04%
G = 42.26%
B = 41.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#55E0DD (or 0x55E0DD) is known color: Turquoise. HEX triplet: 55, E0 and DD. RGB value is (85,224,221). Sum of RGB (Red+Green+Blue) = 85+224+221=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E0DD is #AA1F22. Grayscale: #B5B5B5. Windows color (decimal): -11149091 or 14540885. OLE color: 14540885.

HSL color Cylindrical-coordinate representation of color #55E0DD: hue angle of 178.71º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E0DD is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 224 221 -
CMYK 0.62 0 0.01 0.12
HSL 178.71º 0.69% 0.61% -
HSV(B) 178.71º 0.62% 0.88% -
XYZ 43.45 60.46 77.79 -
YUV 182.1 149.95 58.74 -
System Red Green Blue C M Y K H S L
Decimal 85 224 221 0.62 0 0.01 0.12 178.71 0.69 0.61
Hex 55 E0 DD 3E 0 1 C B3 45 3D
Octal 125 340 335 76 0 1 14 263 105 75
Binary 1010101 11100000 11011101 111110 0 1 1100 10110011 1000101 111101

Color Harmonies of #55E0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E0DD

Black with #55E0DD

Text Example


Text Example

White with #55E0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,224,221); }

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

background-color css

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

 a { background-color: rgb(85,224,221); }

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

border-color css

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

 span { border-color: rgb(85,224,221); }

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