#60E6F5

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

Shades of Turquoise Blue #60E6F5

Tints of Turquoise Blue #60E6F5

Color information

#60E6F5 (or 0x60E6F5) is unknown color: approx Turquoise Blue. HEX triplet: 60, E6 and F5. RGB value is (96,230,245). Sum of RGB (Red+Green+Blue) = 96+230+245=571 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.81% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #60E6F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60E6F5 is #9F190A. Grayscale: #BFBFBF. Windows color (decimal): -10426635 or 16115296. OLE color: 16115296.

HSL color Cylindrical-coordinate representation of color #60E6F5: hue angle of 186.04º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60E6F5 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB96230245-
CMYK0.610.0600.04
HSL186.04º88.17%66.86%-
HSV(B)186.04º60.82%96.08%-
XYZ49.665.6796.45-
YUV191.64158.1159.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.81%
GREEN value IS 230 (90.23% from 255) = 40.28%
BLUE value IS 245 (96.09% from 255) = 42.91%
R=16.81%
G=40.28%
B=42.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal962302450.610.0600.04186.0488.1766.86
Hex60E6F53D604ba5843
Octal14034636575604272130103
Binary1100000111001101111010111110111001001011101010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,230,245); }

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

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

 a { background-color: rgb(96,230,245); }

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

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

 span { border-color: rgb(96,230,245); }

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