#60DCEE

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

Shades of Turquoise Blue #60DCEE

Tints of Turquoise Blue #60DCEE

Color information

#60DCEE (or 0x60DCEE) is unknown color: approx Turquoise Blue. HEX triplet: 60, DC and EE. RGB value is (96,220,238). Sum of RGB (Red+Green+Blue) = 96+220+238=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #60DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DCEE is #9F2311. Grayscale: #B8B8B8. Windows color (decimal): -10429202 or 15653984. OLE color: 15653984.

HSL color Cylindrical-coordinate representation of color #60DCEE: hue angle of 187.61º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60DCEE is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96220238-
CMYK0.600.0800.07
HSL187.61º80.68%65.49%-
HSV(B)187.61º59.66%93.33%-
XYZ45.8559.8590.02-
YUV184.98157.9264.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.33%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=17.33%
G=39.71%
B=42.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal962202380.600.0800.07187.6180.6865.49
Hex60DCEE3C807bc5141
Octal140334356741007274121101
Binary11000001101110011101110111100100001111011110010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,220,238); }

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

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

 a { background-color: rgb(96,220,238); }

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

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

 span { border-color: rgb(96,220,238); }

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