Html Css Color HEX #55CCC0 Medium Turquoise

📋 copy color: '#55CCC0'

red 85 ◦ green 204 ◦ blue 192

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

Shades of Medium Turquoise #55CCC0

Tints of Medium Turquoise #55CCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 17.67%
G = 42.41%
B = 39.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#55CCC0 (or 0x55CCC0) is known color: Medium Turquoise. HEX triplet: 55, CC and C0. RGB value is (85,204,192). Sum of RGB (Red+Green+Blue) = 85+204+192=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCC0 is #AA333F. Grayscale: #A6A6A6. Windows color (decimal): -11154240 or 12635221. OLE color: 12635221.

HSL color Cylindrical-coordinate representation of color #55CCC0: hue angle of 173.95º 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 #55CCC0 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 192 -
CMYK 0.58 0 0.06 0.2
HSL 173.95º 0.54% 0.57% -
HSV(B) 173.95º 0.58% 0.8% -
XYZ 34.85 48.92 57.48 -
YUV 167.05 142.08 69.48 -
System Red Green Blue C M Y K H S L
Decimal 85 204 192 0.58 0 0.06 0.2 173.95 0.54 0.57
Hex 55 CC C0 3A 0 6 14 AE 36 39
Octal 125 314 300 72 0 6 24 256 66 71
Binary 1010101 11001100 11000000 111010 0 110 10100 10101110 110110 111001

Color Harmonies of #55CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCC0

Black with #55CCC0

Text Example


Text Example

White with #55CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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