Html Css Color HEX #55DECC Medium Turquoise

📋 copy color: '#55DECC'

red 85 ◦ green 222 ◦ blue 204

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

Shades of Medium Turquoise #55DECC

Tints of Medium Turquoise #55DECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 16.63%
G = 43.44%
B = 39.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#55DECC (or 0x55DECC) is known color: Medium Turquoise. HEX triplet: 55, DE and CC. RGB value is (85,222,204). Sum of RGB (Red+Green+Blue) = 85+222+204=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #55DECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DECC is #AA2133. Grayscale: #B2B2B2. Windows color (decimal): -11149620 or 13426261. OLE color: 13426261.

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

Color convert

RGB 85 222 204 -
CMYK 0.62 0 0.08 0.13
HSL 172.12º 0.67% 0.6% -
HSV(B) 172.12º 0.62% 0.87% -
XYZ 40.77 58.53 66.28 -
YUV 178.99 142.11 60.96 -
System Red Green Blue C M Y K H S L
Decimal 85 222 204 0.62 0 0.08 0.13 172.12 0.67 0.6
Hex 55 DE CC 3E 0 8 D AC 43 3C
Octal 125 336 314 76 0 10 15 254 103 74
Binary 1010101 11011110 11001100 111110 0 1000 1101 10101100 1000011 111100

Color Harmonies of #55DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DECC

Black with #55DECC

Text Example


Text Example

White with #55DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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