#55F4C1

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

Shades of Turquoise #55F4C1

Tints of Turquoise #55F4C1

Color information

#55F4C1 (or 0x55F4C1) is unknown color: approx Turquoise. HEX triplet: 55, F4 and C1. RGB value is (85,244,193). Sum of RGB (Red+Green+Blue) = 85+244+193=522 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.28% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #55F4C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F4C1 is #AA0B3E. Grayscale: #BEBEBE. Windows color (decimal): -11143999 or 12710997. OLE color: 12710997.

HSL color Cylindrical-coordinate representation of color #55F4C1: hue angle of 160.75º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F4C1 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB85244193-
CMYK0.6500.210.04
HSL160.75º87.85%64.51%-
HSV(B)160.75º65.16%95.69%-
XYZ45.7270.4861.65-
YUV190.64129.3252.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.28%
GREEN value IS 244 (95.70% from 255) = 46.74%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=16.28%
G=46.74%
B=36.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852441930.6500.210.04160.7587.8564.51
Hex55F4C1410154a15841
Octal1253643011010254241130101
Binary1010101111101001100000110000010101011001010000110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,244,193); }

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

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

 a { background-color: rgb(85,244,193); }

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

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

 span { border-color: rgb(85,244,193); }

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