#60EAF9

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

Shades of Turquoise Blue #60EAF9

Tints of Turquoise Blue #60EAF9

Color information

#60EAF9 (or 0x60EAF9) is unknown color: approx Turquoise Blue. HEX triplet: 60, EA and F9. RGB value is (96,234,249). Sum of RGB (Red+Green+Blue) = 96+234+249=579 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.58% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #60EAF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EAF9 is #9F1506. Grayscale: #C2C2C2. Windows color (decimal): -10425607 or 16378464. OLE color: 16378464.

HSL color Cylindrical-coordinate representation of color #60EAF9: hue angle of 185.88º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60EAF9 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB96234249-
CMYK0.610.0600.02
HSL185.88º92.73%67.65%-
HSV(B)185.88º61.45%97.65%-
XYZ51.3568.17100.07-
YUV194.45158.7857.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.58%
GREEN value IS 234 (91.80% from 255) = 40.41%
BLUE value IS 249 (97.66% from 255) = 43.01%
R=16.58%
G=40.41%
B=43.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962342490.610.0600.02185.8892.7367.65
Hex60EAF93D602ba5d44
Octal14035237175602272135104
Binary110000011101010111110011111011100101011101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,234,249); }

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

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

 a { background-color: rgb(96,234,249); }

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

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

 span { border-color: rgb(96,234,249); }

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