#55F1CB

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

Shades of Turquoise #55F1CB

Tints of Turquoise #55F1CB

Color information

#55F1CB (or 0x55F1CB) is unknown color: approx Turquoise. HEX triplet: 55, F1 and CB. RGB value is (85,241,203). Sum of RGB (Red+Green+Blue) = 85+241+203=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F1CB is #AA0E34. Grayscale: #BEBEBE. Windows color (decimal): -11144757 or 13365589. OLE color: 13365589.

HSL color Cylindrical-coordinate representation of color #55F1CB: hue angle of 165.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F1CB is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB85241203-
CMYK0.6500.160.05
HSL165.38º84.78%63.92%-
HSV(B)165.38º64.73%94.51%-
XYZ45.9869.1567.42-
YUV190.02135.3253.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.07%
GREEN value IS 241 (94.53% from 255) = 45.56%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=16.07%
G=45.56%
B=38.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852412030.6500.160.05165.3884.7863.92
Hex55F1CB410105a55540
Octal1253613131010205245125100
Binary1010101111100011100101110000010100001011010010110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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