#55CEC4

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

Shades of Medium Turquoise #55CEC4

Tints of Medium Turquoise #55CEC4

Color information

#55CEC4 (or 0x55CEC4) is unknown color: approx Medium Turquoise. HEX triplet: 55, CE and C4. RGB value is (85,206,196). Sum of RGB (Red+Green+Blue) = 85+206+196=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #55CEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CEC4 is #AA313B. Grayscale: #A8A8A8. Windows color (decimal): -11153724 or 12897877. OLE color: 12897877.

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

Color convert

RGB85206196-
CMYK0.5900.050.19
HSL175.04º55.25%57.06%-
HSV(B)175.04º58.74%80.78%-
XYZ35.7850.0660-
YUV168.68143.4168.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.45%
GREEN value IS 206 (80.86% from 255) = 42.30%
BLUE value IS 196 (76.95% from 255) = 40.25%
R=17.45%
G=42.30%
B=40.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal852061960.5900.050.19175.0455.2557.06
Hex55CEC43B0513af3739
Octal1253163047305232576771
Binary1010101110011101100010011101101011001110101111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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