Html Css Color HEX #55DED4 Medium Turquoise

📋 copy color: '#55DED4'

red 85 ◦ green 222 ◦ blue 212

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

Shades of Medium Turquoise #55DED4

Tints of Medium Turquoise #55DED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.85%

R = 16.38%
G = 42.77%
B = 40.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#55DED4 (or 0x55DED4) is known color: Medium Turquoise. HEX triplet: 55, DE and D4. RGB value is (85,222,212). Sum of RGB (Red+Green+Blue) = 85+222+212=519 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.38% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #55DED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DED4 is #AA212B. Grayscale: #B3B3B3. Windows color (decimal): -11149612 or 13950549. OLE color: 13950549.

HSL color Cylindrical-coordinate representation of color #55DED4: hue angle of 175.62º 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 #55DED4 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 222 212 -
CMYK 0.62 0 0.05 0.13
HSL 175.62º 0.67% 0.6% -
HSV(B) 175.62º 0.62% 0.87% -
XYZ 41.75 58.93 71.46 -
YUV 179.9 146.11 60.31 -
System Red Green Blue C M Y K H S L
Decimal 85 222 212 0.62 0 0.05 0.13 175.62 0.67 0.6
Hex 55 DE D4 3E 0 5 D B0 43 3C
Octal 125 336 324 76 0 5 15 260 103 74
Binary 1010101 11011110 11010100 111110 0 101 1101 10110000 1000011 111100

Color Harmonies of #55DED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DED4

Black with #55DED4

Text Example


Text Example

White with #55DED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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