#00dfd1

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

Shades of Bright Turquoise #00DFD1

Tints of Bright Turquoise #00DFD1

Color information

#00DFD1 (or 0x00DFD1) is unknown color: approx Bright Turquoise. HEX triplet: 00, DF and D1. RGB value is (0,223,209). Sum of RGB (Red+Green+Blue) = 0+223+209=432 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFD1 is #FF202E. Grayscale: #9A9A9A. Windows color (decimal): -16719919 or 13754112. OLE color: 13754112.

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

Color convert

RGB0223209-
CMYK100.060.13
HSL176.23º100%43.73%-
HSV(B)176.23º100%87.45%-
XYZ37.957.3869.4-
YUV154.73158.6217.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 223 (87.5% from 255) = 51.62%
BLUE value IS 209 (82.03% from 255) = 48.38%
R=0%
G=51.62%
B=48.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0223209100.060.13176.2310043.73
Hex0DFD16406Db0642c
Octal0337321144061526014454
Binary01101111111010001110010001101101101100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00dfd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00dfd1; }

 p { color: rgb(0,223,209); }

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

<style>
 a { background-color: #00dfd1; }

 a { background-color: rgb(0,223,209); }

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

<style>
 span { border-color: #00dfd1; }

 span { border-color: rgb(0,223,209); }

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