#60F0E3

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

Shades of Turquoise Blue #60F0E3

Tints of Turquoise Blue #60F0E3

Color information

#60F0E3 (or 0x60F0E3) is unknown color: approx Turquoise Blue. HEX triplet: 60, F0 and E3. RGB value is (96,240,227). Sum of RGB (Red+Green+Blue) = 96+240+227=563 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.05% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #60F0E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F0E3 is #9F0F1C. Grayscale: #C3C3C3. Windows color (decimal): -10424093 or 14938208. OLE color: 14938208.

HSL color Cylindrical-coordinate representation of color #60F0E3: hue angle of 174.58º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F0E3 is Cyan = 0.6, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB96240227-
CMYK0.600.050.06
HSL174.58º82.76%65.88%-
HSV(B)174.58º60%94.12%-
XYZ49.8570.3583.63-
YUV195.46145.7957.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.05%
GREEN value IS 240 (94.14% from 255) = 42.63%
BLUE value IS 227 (89.06% from 255) = 40.32%
R=17.05%
G=42.63%
B=40.32%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal962402270.600.050.06174.5882.7665.88
Hex60F0E33C056af5342
Octal14036034374056257123102
Binary1100000111100001110001111110001011101010111110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,240,227); }

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

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

 a { background-color: rgb(96,240,227); }

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

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

 span { border-color: rgb(96,240,227); }

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