#00DFDE

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

Shades of Bright Turquoise #00DFDE

Tints of Bright Turquoise #00DFDE

Color information

#00DFDE (or 0x00DFDE) is unknown color: approx Bright Turquoise. HEX triplet: 00, DF and DE. RGB value is (0,223,222). Sum of RGB (Red+Green+Blue) = 0+223+222=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFDE is #FF2021. Grayscale: #9B9B9B. Windows color (decimal): -16719906 or 14606080. OLE color: 14606080.

HSL color Cylindrical-coordinate representation of color #00DFDE: hue angle of 179.73º 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 #00DFDE is Cyan = 1, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB0223222-
CMYK100.000.13
HSL179.73º100%43.73%-
HSV(B)179.73º100%87.45%-
XYZ39.5758.0578.23-
YUV156.21165.1216.58-

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) = 50.11%
BLUE value IS 222 (87.11% from 255) = 49.89%
R=0%
G=50.11%
B=49.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0223222100.000.13179.7310043.73
Hex0DFDE6400Db4642c
Octal0337336144001526414454
Binary011011111110111101100100001101101101001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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