Html Css Color HEX #55CCC8 Medium Turquoise

📋 copy color: '#55CCC8'

red 85 ◦ green 204 ◦ blue 200

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

Shades of Medium Turquoise #55CCC8

Tints of Medium Turquoise #55CCC8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.72%

 BLUE value IS 200 (78.52% from 255) = 40.9%

R = 17.38%
G = 41.72%
B = 40.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#55CCC8 (or 0x55CCC8) is known color: Medium Turquoise. HEX triplet: 55, CC and C8. RGB value is (85,204,200). Sum of RGB (Red+Green+Blue) = 85+204+200=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCC8 is #AA3337. Grayscale: #A7A7A7. Windows color (decimal): -11154232 or 13159509. OLE color: 13159509.

HSL color Cylindrical-coordinate representation of color #55CCC8: hue angle of 177.98º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CCC8 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 200 -
CMYK 0.58 0 0.02 0.2
HSL 177.98º 0.54% 0.57% -
HSV(B) 177.98º 0.58% 0.8% -
XYZ 35.76 49.29 62.27 -
YUV 167.96 146.08 68.83 -
System Red Green Blue C M Y K H S L
Decimal 85 204 200 0.58 0 0.02 0.2 177.98 0.54 0.57
Hex 55 CC C8 3A 0 2 14 B2 36 39
Octal 125 314 310 72 0 2 24 262 66 71
Binary 1010101 11001100 11001000 111010 0 10 10100 10110010 110110 111001

Color Harmonies of #55CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCC8

Black with #55CCC8

Text Example


Text Example

White with #55CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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