#60E1E9

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

Shades of Turquoise Blue #60E1E9

Tints of Turquoise Blue #60E1E9

Color information

#60E1E9 (or 0x60E1E9) is unknown color: approx Turquoise Blue. HEX triplet: 60, E1 and E9. RGB value is (96,225,233). Sum of RGB (Red+Green+Blue) = 96+225+233=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #60E1E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E1E9 is #9F1E16. Grayscale: #BBBBBB. Windows color (decimal): -10427927 or 15327584. OLE color: 15327584.

HSL color Cylindrical-coordinate representation of color #60E1E9: hue angle of 183.5º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E1E9 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB96225233-
CMYK0.590.0300.09
HSL183.5º75.69%64.51%-
HSV(B)183.5º58.8%91.37%-
XYZ46.4662.2286.65-
YUV187.34153.7662.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.33%
GREEN value IS 225 (88.28% from 255) = 40.61%
BLUE value IS 233 (91.41% from 255) = 42.06%
R=17.33%
G=40.61%
B=42.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal962252330.590.0300.09183.575.6964.51
Hex60E1E93B309b84c41
Octal140341351733011270114101
Binary1100000111000011110100111101111010011011100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,225,233); }

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

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

 a { background-color: rgb(96,225,233); }

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

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

 span { border-color: rgb(96,225,233); }

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