#60e8d9

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

Shades of Turquoise Blue #60E8D9

Tints of Turquoise Blue #60E8D9

Color information

#60E8D9 (or 0x60E8D9) is unknown color: approx Turquoise Blue. HEX triplet: 60, E8 and D9. RGB value is (96,232,217). Sum of RGB (Red+Green+Blue) = 96+232+217=545 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.61% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #60E8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E8D9 is #9F1726. Grayscale: #BDBDBD. Windows color (decimal): -10426151 or 14280800. OLE color: 14280800.

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

Color convert

RGB96232217-
CMYK0.5900.060.09
HSL173.38º74.73%64.31%-
HSV(B)173.38º58.62%90.98%-
XYZ46.265.2175.8-
YUV189.63143.4461.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.61%
GREEN value IS 232 (91.02% from 255) = 42.57%
BLUE value IS 217 (85.16% from 255) = 39.82%
R=17.61%
G=42.57%
B=39.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal962322170.5900.060.09173.3874.7364.31
Hex60E8D93B069ad4b40
Octal140350331730611255113100
Binary11000001110100011011001111011011010011010110110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60e8d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,232,217); }

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

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

 a { background-color: rgb(96,232,217); }

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

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

 span { border-color: rgb(96,232,217); }

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