#01D4D0

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

Shades of Dark Turquoise #01D4D0

Tints of Dark Turquoise #01D4D0

Color information

#01D4D0 (or 0x01D4D0) is unknown color: approx Dark Turquoise. HEX triplet: 01, D4 and D0. RGB value is (1,212,208). Sum of RGB (Red+Green+Blue) = 1+212+208=421 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #01D4D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D4D0 is #FE2B2F. Grayscale: #949494. Windows color (decimal): -16657200 or 13685761. OLE color: 13685761.

HSL color Cylindrical-coordinate representation of color #01D4D0: hue angle of 178.86º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D4D0 is Cyan = 1.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB1212208-
CMYK1.0000.020.17
HSL178.86º99.06%41.76%-
HSV(B)178.86º99.53%83.14%-
XYZ34.9451.6567.8-
YUV148.45161.622.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 212 (83.20% from 255) = 50.36%
BLUE value IS 208 (81.64% from 255) = 49.41%
R=0.24%
G=50.36%
B=49.41%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal12122081.0000.020.17178.8699.0641.76
Hex1D4D0640211b3632a
Octal1324320144022126314352
Binary11101010011010000110010001010001101100111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,212,208); }

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

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

 a { background-color: rgb(1,212,208); }

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

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

 span { border-color: rgb(1,212,208); }

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