#60D2E3

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

Shades of Turquoise Blue #60D2E3

Tints of Turquoise Blue #60D2E3

Color information

#60D2E3 (or 0x60D2E3) is unknown color: approx Turquoise Blue. HEX triplet: 60, D2 and E3. RGB value is (96,210,227). Sum of RGB (Red+Green+Blue) = 96+210+227=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #60D2E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D2E3 is #9F2D1C. Grayscale: #B1B1B1. Windows color (decimal): -10431773 or 14930528. OLE color: 14930528.

HSL color Cylindrical-coordinate representation of color #60D2E3: hue angle of 187.79º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60D2E3 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96210227-
CMYK0.580.0700.11
HSL187.79º70.05%63.33%-
HSV(B)187.79º57.71%89.02%-
XYZ41.7454.1380.92-
YUV177.85155.7369.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.01%
GREEN value IS 210 (82.42% from 255) = 39.40%
BLUE value IS 227 (89.06% from 255) = 42.59%
R=18.01%
G=39.40%
B=42.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal962102270.580.0700.11187.7970.0563.33
Hex60D2E33A70Bbc463f
Octal14032234372701327410677
Binary1100000110100101110001111101011101011101111001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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