#55E0FA

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

Shades of Turquoise Blue #55E0FA

Tints of Turquoise Blue #55E0FA

Color information

#55E0FA (or 0x55E0FA) is unknown color: approx Turquoise Blue. HEX triplet: 55, E0 and FA. RGB value is (85,224,250). Sum of RGB (Red+Green+Blue) = 85+224+250=559 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.21% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #55E0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E0FA is #AA1F05. Grayscale: #B9B9B9. Windows color (decimal): -11149062 or 16441429. OLE color: 16441429.

HSL color Cylindrical-coordinate representation of color #55E0FA: hue angle of 189.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55E0FA is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB85224250-
CMYK0.660.1000.02
HSL189.45º94.29%65.69%-
HSV(B)189.45º66%98.04%-
XYZ47.6662.1499.93-
YUV185.4164.4556.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.21%
GREEN value IS 224 (87.89% from 255) = 40.07%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=15.21%
G=40.07%
B=44.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal852242500.660.1000.02189.4594.2965.69
Hex55E0FA42A02bd5e42
Octal1253403721021202275136102
Binary10101011110000011111010100001010100101011110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,224,250); }

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

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

 a { background-color: rgb(85,224,250); }

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

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

 span { border-color: rgb(85,224,250); }

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