#60D4EC

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

Shades of Turquoise Blue #60D4EC

Tints of Turquoise Blue #60D4EC

Color information

#60D4EC (or 0x60D4EC) is unknown color: approx Turquoise Blue. HEX triplet: 60, D4 and EC. RGB value is (96,212,236). Sum of RGB (Red+Green+Blue) = 96+212+236=544 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.65% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #60D4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D4EC is #9F2B13. Grayscale: #B3B3B3. Windows color (decimal): -10431252 or 15520864. OLE color: 15520864.

HSL color Cylindrical-coordinate representation of color #60D4EC: hue angle of 190.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60D4EC is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96212236-
CMYK0.590.1000.07
HSL190.29º78.65%65.1%-
HSV(B)190.29º59.32%92.55%-
XYZ43.5155.6387.8-
YUV180.05159.5768.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.65%
GREEN value IS 212 (83.20% from 255) = 38.97%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=17.65%
G=38.97%
B=43.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal962122360.590.1000.07190.2978.6565.1
Hex60D4EC3BA07be4f41
Octal140324354731207276117101
Binary11000001101010011101100111011101001111011111010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,212,236); }

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

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

 a { background-color: rgb(96,212,236); }

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

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

 span { border-color: rgb(96,212,236); }

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