#01DACC

Color #01DACC Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #01DACC

Tints of Dark Turquoise #01DACC

Color information

#01DACC (or 0x01DACC) is unknown color: approx Dark Turquoise. HEX triplet: 01, DA and CC. RGB value is (1,218,204). Sum of RGB (Red+Green+Blue) = 1+218+204=423 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #01DACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DACC is #FE2533. Grayscale: #979797. Windows color (decimal): -16655668 or 13425153. OLE color: 13425153.

HSL color Cylindrical-coordinate representation of color #01DACC: hue angle of 176.13º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DACC is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB1218204-
CMYK1.0000.060.15
HSL176.13º99.09%42.94%-
HSV(B)176.13º99.54%85.49%-
XYZ35.9854.5165.75-
YUV151.52157.6120.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 218 (85.55% from 255) = 51.54%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=0.24%
G=51.54%
B=48.23%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal12182041.0000.060.15176.1399.0942.94
Hex1DACC6406Fb0632b
Octal1332314144061726014353
Binary11101101011001100110010001101111101100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01DACC; }

 p { color: rgb(1,218,204); }

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

<style>
 a { background-color: #01DACC; }

 a { background-color: rgb(1,218,204); }

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

<style>
 span { border-color: #01DACC; }

 span { border-color: rgb(1,218,204); }

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