#01DAD8

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

Shades of Dark Turquoise #01DAD8

Tints of Dark Turquoise #01DAD8

Color information

#01DAD8 (or 0x01DAD8) is unknown color: approx Dark Turquoise. HEX triplet: 01, DA and D8. RGB value is (1,218,216). Sum of RGB (Red+Green+Blue) = 1+218+216=435 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #01DAD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DAD8 is #FE2527. Grayscale: #989898. Windows color (decimal): -16655656 or 14211585. OLE color: 14211585.

HSL color Cylindrical-coordinate representation of color #01DAD8: hue angle of 179.45º 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 #01DAD8 is Cyan = 1.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB1218216-
CMYK1.0000.010.15
HSL179.45º99.09%42.94%-
HSV(B)179.45º99.54%85.49%-
XYZ37.4855.1173.63-
YUV152.89163.6119.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 218 (85.55% from 255) = 50.11%
BLUE value IS 216 (84.77% from 255) = 49.66%
R=0.23%
G=50.11%
B=49.66%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal12182161.0000.010.15179.4599.0942.94
Hex1DAD86401Fb3632b
Octal1332330144011726314353
Binary111011010110110001100100011111101100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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