#55CBBC

Color #55CBBC Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #55CBBC

Tints of Medium Turquoise #55CBBC

Color information

#55CBBC (or 0x55CBBC) is unknown color: approx Medium Turquoise. HEX triplet: 55, CB and BC. RGB value is (85,203,188). Sum of RGB (Red+Green+Blue) = 85+203+188=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CBBC is #AA3443. Grayscale: #A5A5A5. Windows color (decimal): -11154500 or 12372821. OLE color: 12372821.

HSL color Cylindrical-coordinate representation of color #55CBBC: hue angle of 172.37º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CBBC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB85203188-
CMYK0.5800.070.20
HSL172.37º53.15%56.47%-
HSV(B)172.37º58.13%79.61%-
XYZ34.1848.2755.09-
YUV166.01140.4170.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.86%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=17.86%
G=42.65%
B=39.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852031880.5800.070.20172.3753.1556.47
Hex55CBBC3A0714ac3538
Octal1253132747207242546570
Binary1010101110010111011110011101001111010010101100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55CBBC;
 }
 .AnyTagClassName
 {
   color: #55CBBC;
 }
</style>
background-color css

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

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

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

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

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

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