#60E6D6

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

Shades of Turquoise Blue #60E6D6

Tints of Turquoise Blue #60E6D6

Color information

#60E6D6 (or 0x60E6D6) is unknown color: approx Turquoise Blue. HEX triplet: 60, E6 and D6. RGB value is (96,230,214). Sum of RGB (Red+Green+Blue) = 96+230+214=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #60E6D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E6D6 is #9F1929. Grayscale: #BCBCBC. Windows color (decimal): -10426666 or 14083680. OLE color: 14083680.

HSL color Cylindrical-coordinate representation of color #60E6D6: hue angle of 172.84º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E6D6 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB96230214-
CMYK0.5800.070.10
HSL172.84º72.83%63.92%-
HSV(B)172.84º58.26%90.2%-
XYZ45.2663.9473.57-
YUV188.11142.6162.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.78%
GREEN value IS 230 (90.23% from 255) = 42.59%
BLUE value IS 214 (83.98% from 255) = 39.63%
R=17.78%
G=42.59%
B=39.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal962302140.5800.070.10172.8472.8363.92
Hex60E6D63A07Aad4940
Octal140346326720712255111100
Binary11000001110011011010110111010011110101010110110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,230,214); }

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

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

 a { background-color: rgb(96,230,214); }

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

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

 span { border-color: rgb(96,230,214); }

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