#60DFD4

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

Shades of Turquoise Blue #60DFD4

Tints of Turquoise Blue #60DFD4

Color information

#60DFD4 (or 0x60DFD4) is unknown color: approx Turquoise Blue. HEX triplet: 60, DF and D4. RGB value is (96,223,212). Sum of RGB (Red+Green+Blue) = 96+223+212=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFD4 is #9F202B. Grayscale: #B7B7B7. Windows color (decimal): -10428460 or 13950816. OLE color: 13950816.

HSL color Cylindrical-coordinate representation of color #60DFD4: hue angle of 174.8º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DFD4 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB96223212-
CMYK0.5700.050.13
HSL174.8º66.49%62.55%-
HSV(B)174.8º56.95%87.45%-
XYZ43.160.0271.6-
YUV183.77143.9265.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.08%
GREEN value IS 223 (87.5% from 255) = 42.00%
BLUE value IS 212 (83.20% from 255) = 39.92%
R=18.08%
G=42.00%
B=39.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962232120.5700.050.13174.866.4962.55
Hex60DFD43905Daf423f
Octal14033732471051525710277
Binary1100000110111111101010011100101011101101011111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,223,212); }

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

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

 a { background-color: rgb(96,223,212); }

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

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

 span { border-color: rgb(96,223,212); }

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