Html Css Color HEX #55CCCB Medium Turquoise

📋 copy color: '#55CCCB'

red 85 ◦ green 204 ◦ blue 203

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

Shades of Medium Turquoise #55CCCB

Tints of Medium Turquoise #55CCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 17.28%
G = 41.46%
B = 41.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#55CCCB (or 0x55CCCB) is known color: Medium Turquoise. HEX triplet: 55, CC and CB. RGB value is (85,204,203). Sum of RGB (Red+Green+Blue) = 85+204+203=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCCB is #AA3334. Grayscale: #A8A8A8. Windows color (decimal): -11154229 or 13356117. OLE color: 13356117.

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

Color convert

RGB 85 204 203 -
CMYK 0.58 0 0.00 0.2
HSL 179.5º 0.54% 0.57% -
HSV(B) 179.5º 0.58% 0.8% -
XYZ 36.12 49.43 64.14 -
YUV 168.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 85 204 203 0.58 0 0.00 0.2 179.5 0.54 0.57
Hex 55 CC CB 3A 0 0 14 B3 36 39
Octal 125 314 313 72 0 0 24 263 66 71
Binary 1010101 11001100 11001011 111010 0 0 10100 10110011 110110 111001

Color Harmonies of #55CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCCB

Black with #55CCCB

Text Example


Text Example

White with #55CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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