#60D5EA

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

Shades of Turquoise Blue #60D5EA

Tints of Turquoise Blue #60D5EA

Color information

#60D5EA (or 0x60D5EA) is unknown color: approx Turquoise Blue. HEX triplet: 60, D5 and EA. RGB value is (96,213,234). Sum of RGB (Red+Green+Blue) = 96+213+234=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #60D5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D5EA is #9F2A15. Grayscale: #B4B4B4. Windows color (decimal): -10430998 or 15390048. OLE color: 15390048.

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

Color convert

RGB96213234-
CMYK0.590.0900.08
HSL189.13º76.67%64.71%-
HSV(B)189.13º58.97%91.76%-
XYZ43.4756.0286.36-
YUV180.41158.2467.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.68%
GREEN value IS 213 (83.59% from 255) = 39.23%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=17.68%
G=39.23%
B=43.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962132340.590.0900.08189.1376.6764.71
Hex60D5EA3B908bd4d41
Octal1403253527311010275115101
Binary110000011010101111010101110111001010001011110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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