Html Css Color HEX #00DFD0 Dark Turquoise

📋 copy color: '#00DFD0'

red 0 ◦ green 223 ◦ blue 208

#00DFD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #00DFD0

Tints of Dark Turquoise #00DFD0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 223 (87.5% from 255) = 51.74%

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 0%
G = 51.74%
B = 48.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#00DFD0 (or 0x00DFD0) is known color: Dark Turquoise. HEX triplet: 00, DF and D0. RGB value is (0,223,208). Sum of RGB (Red+Green+Blue) = 0+223+208=431 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFD0 is #FF202F. Grayscale: #9A9A9A. Windows color (decimal): -16719920 or 13688576. OLE color: 13688576.

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

Color convert

RGB 0 223 208 -
CMYK 1 0 0.07 0.13
HSL 175.96º 1% 0.44% -
HSV(B) 175.96º 1% 0.87% -
XYZ 37.77 57.33 68.75 -
YUV 154.61 158.12 17.72 -
System Red Green Blue C M Y K H S L
Decimal 0 223 208 1 0 0.07 0.13 175.96 1 0.44
Hex 0 DF D0 64 0 7 D B0 64 2C
Octal 0 337 320 144 0 7 15 260 144 54
Binary 0 11011111 11010000 1100100 0 111 1101 10110000 1100100 101100

Color Harmonies of #00DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFD0

Black with #00DFD0

Text Example


Text Example

White with #00DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00DFD0;
 }
 .AnyTagClassName
 {
   color: #00DFD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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