#60E5F7

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

Shades of Turquoise Blue #60E5F7

Tints of Turquoise Blue #60E5F7

Color information

#60E5F7 (or 0x60E5F7) is unknown color: approx Turquoise Blue. HEX triplet: 60, E5 and F7. RGB value is (96,229,247). Sum of RGB (Red+Green+Blue) = 96+229+247=572 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.78% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 247 - color contains mainly: blue. Hex color #60E5F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E5F7 is #9F1A08. Grayscale: #BFBFBF. Windows color (decimal): -10426889 or 16246112. OLE color: 16246112.

HSL color Cylindrical-coordinate representation of color #60E5F7: hue angle of 187.15º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60E5F7 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB96229247-
CMYK0.610.0700.03
HSL187.15º90.42%67.25%-
HSV(B)187.15º61.13%96.86%-
XYZ49.6365.2497.97-
YUV191.29159.4460.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.78%
GREEN value IS 229 (89.84% from 255) = 40.03%
BLUE value IS 247 (96.88% from 255) = 43.18%
R=16.78%
G=40.03%
B=43.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal962292470.610.0700.03187.1590.4267.25
Hex60E5F73D703bb5a43
Octal14034536775703273132103
Binary110000011100101111101111111011110111011101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60E5F7; }

 p { color: rgb(96,229,247); }

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

<style>
 a { background-color: #60E5F7; }

 a { background-color: rgb(96,229,247); }

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

<style>
 span { border-color: #60E5F7; }

 span { border-color: rgb(96,229,247); }

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