Html Css Color HEX #55DED9 Medium Turquoise

📋 copy color: '#55DED9'

red 85 ◦ green 222 ◦ blue 217

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

Shades of Medium Turquoise #55DED9

Tints of Medium Turquoise #55DED9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.37%

 BLUE value IS 217 (85.16% from 255) = 41.41%

R = 16.22%
G = 42.37%
B = 41.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#55DED9 (or 0x55DED9) is known color: Medium Turquoise. HEX triplet: 55, DE and D9. RGB value is (85,222,217). Sum of RGB (Red+Green+Blue) = 85+222+217=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #55DED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DED9 is #AA2126. Grayscale: #B4B4B4. Windows color (decimal): -11149607 or 14278229. OLE color: 14278229.

HSL color Cylindrical-coordinate representation of color #55DED9: hue angle of 177.81º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DED9 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 222 217 -
CMYK 0.62 0 0.02 0.13
HSL 177.81º 0.67% 0.6% -
HSV(B) 177.81º 0.62% 0.87% -
XYZ 42.39 59.18 74.83 -
YUV 180.47 148.61 59.91 -
System Red Green Blue C M Y K H S L
Decimal 85 222 217 0.62 0 0.02 0.13 177.81 0.67 0.6
Hex 55 DE D9 3E 0 2 D B2 43 3C
Octal 125 336 331 76 0 2 15 262 103 74
Binary 1010101 11011110 11011001 111110 0 10 1101 10110010 1000011 111100

Color Harmonies of #55DED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DED9

Black with #55DED9

Text Example


Text Example

White with #55DED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,222,217); }

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

background-color css

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

 a { background-color: rgb(85,222,217); }

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

border-color css

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

 span { border-color: rgb(85,222,217); }

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