#60EBD8

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

Shades of Turquoise Blue #60EBD8

Tints of Turquoise Blue #60EBD8

Color information

#60EBD8 (or 0x60EBD8) is unknown color: approx Turquoise Blue. HEX triplet: 60, EB and D8. RGB value is (96,235,216). Sum of RGB (Red+Green+Blue) = 96+235+216=547 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.55% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EBD8 is #9F1427. Grayscale: #BFBFBF. Windows color (decimal): -10425384 or 14216032. OLE color: 14216032.

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

Color convert

RGB96235216-
CMYK0.5900.080.08
HSL171.8º77.65%64.9%-
HSV(B)171.8º59.15%92.16%-
XYZ46.9366.8675.4-
YUV191.27141.9560.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.55%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=17.55%
G=42.96%
B=39.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962352160.5900.080.08171.877.6564.9
Hex60EBD83B088ac4e41
Octal1403533307301010254116101
Binary110000011101011110110001110110100010001010110010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,235,216); }

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

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

 a { background-color: rgb(96,235,216); }

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

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

 span { border-color: rgb(96,235,216); }

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