Html Css Color HEX #55CCCE Medium Turquoise

📋 copy color: '#55CCCE'

red 85 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #55CCCE

Tints of Medium Turquoise #55CCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 17.17%
G = 41.21%
B = 41.62%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55CCCE (or 0x55CCCE) is known color: Medium Turquoise. HEX triplet: 55, CC and CE. RGB value is (85,204,206). Sum of RGB (Red+Green+Blue) = 85+204+206=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #55CCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCCE is #AA3331. Grayscale: #A8A8A8. Windows color (decimal): -11154226 or 13552725. OLE color: 13552725.

HSL color Cylindrical-coordinate representation of color #55CCCE: hue angle of 180.99º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CCCE is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 204 206 -
CMYK 0.59 0.01 0 0.19
HSL 180.99º 0.55% 0.57% -
HSV(B) 180.99º 0.59% 0.81% -
XYZ 36.48 49.57 66.04 -
YUV 168.65 149.08 68.34 -
System Red Green Blue C M Y K H S L
Decimal 85 204 206 0.59 0.01 0 0.19 180.99 0.55 0.57
Hex 55 CC CE 3B 1 0 13 B5 37 39
Octal 125 314 316 73 1 0 23 265 67 71
Binary 1010101 11001100 11001110 111011 1 0 10011 10110101 110111 111001

Color Harmonies of #55CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCCE

Black with #55CCCE

Text Example


Text Example

White with #55CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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