#55CBCE

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

Shades of Medium Turquoise #55CBCE

Tints of Medium Turquoise #55CBCE

Color information

#55CBCE (or 0x55CBCE) is unknown color: approx Medium Turquoise. HEX triplet: 55, CB and CE. RGB value is (85,203,206). Sum of RGB (Red+Green+Blue) = 85+203+206=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #55CBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CBCE is #AA3431. Grayscale: #A7A7A7. Windows color (decimal): -11154482 or 13552469. OLE color: 13552469.

HSL color Cylindrical-coordinate representation of color #55CBCE: hue angle of 181.49º 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 #55CBCE is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85203206-
CMYK0.590.0100.19
HSL181.49º55.25%57.06%-
HSV(B)181.49º58.74%80.78%-
XYZ36.2449.165.96-
YUV168.06149.4168.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.21%
GREEN value IS 203 (79.69% from 255) = 41.09%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=17.21%
G=41.09%
B=41.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal852032060.590.0100.19181.4955.2557.06
Hex55CBCE3B1013b53739
Octal1253133167310232656771
Binary10101011100101111001110111011101001110110101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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