#01DFD2

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

Shades of Bright Turquoise #01DFD2

Tints of Bright Turquoise #01DFD2

Color information

#01DFD2 (or 0x01DFD2) is unknown color: approx Bright Turquoise. HEX triplet: 01, DF and D2. RGB value is (1,223,210). Sum of RGB (Red+Green+Blue) = 1+223+210=434 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #01DFD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DFD2 is #FE202D. Grayscale: #9A9A9A. Windows color (decimal): -16654382 or 13819649. OLE color: 13819649.

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

Color convert

RGB1223210-
CMYK1.0000.060.13
HSL176.49º99.11%43.92%-
HSV(B)176.49º99.55%87.45%-
XYZ38.0357.4370.05-
YUV155.14158.9518.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 223 (87.5% from 255) = 51.38%
BLUE value IS 210 (82.42% from 255) = 48.39%
R=0.23%
G=51.38%
B=48.39%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12232101.0000.060.13176.4999.1143.92
Hex1DFD26406Db0632c
Octal1337322144061526014354
Binary11101111111010010110010001101101101100001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,223,210); }

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

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

 a { background-color: rgb(1,223,210); }

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

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

 span { border-color: rgb(1,223,210); }

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