#60D0EA

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

Shades of Turquoise Blue #60D0EA

Tints of Turquoise Blue #60D0EA

Color information

#60D0EA (or 0x60D0EA) is unknown color: approx Turquoise Blue. HEX triplet: 60, D0 and EA. RGB value is (96,208,234). Sum of RGB (Red+Green+Blue) = 96+208+234=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #60D0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D0EA is #9F2F15. Grayscale: #B1B1B1. Windows color (decimal): -10432278 or 15388768. OLE color: 15388768.

HSL color Cylindrical-coordinate representation of color #60D0EA: hue angle of 191.3º 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 #60D0EA is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB96208234-
CMYK0.590.1100.08
HSL191.3º76.67%64.71%-
HSV(B)191.3º58.97%91.76%-
XYZ42.2353.5485.95-
YUV177.48159.8969.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.84%
GREEN value IS 208 (81.64% from 255) = 38.66%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=17.84%
G=38.66%
B=43.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962082340.590.1100.08191.376.6764.71
Hex60D0EA3BB08bf4d41
Octal1403203527313010277115101
Binary110000011010000111010101110111011010001011111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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