Html Css Color HEX #55CBCC Medium Turquoise

📋 copy color: '#55CBCC'

red 85 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #55CBCC

Tints of Medium Turquoise #55CBCC

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 85 203 204 -
CMYK 0.58 0.00 0 0.2
HSL 180.5º 0.54% 0.57% -
HSV(B) 180.5º 0.58% 0.8% -
XYZ 36 49 64.69 -
YUV 167.83 148.41 68.92 -
System Red Green Blue C M Y K H S L
Decimal 85 203 204 0.58 0.00 0 0.2 180.5 0.54 0.57
Hex 55 CB CC 3A 0 0 14 B5 36 39
Octal 125 313 314 72 0 0 24 265 66 71
Binary 1010101 11001011 11001100 111010 0 0 10100 10110101 110110 111001

Color Harmonies of #55CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CBCC

Black with #55CBCC

Text Example


Text Example

White with #55CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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