Html Css Color HEX #00DFCE Dark Turquoise

📋 copy color: '#00DFCE'

red 0 ◦ green 223 ◦ blue 206

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

Shades of Dark Turquoise #00DFCE

Tints of Dark Turquoise #00DFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 0%
G = 51.98%
B = 48.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#00DFCE (or 0x00DFCE) is known color: Dark Turquoise. HEX triplet: 00, DF and CE. RGB value is (0,223,206). Sum of RGB (Red+Green+Blue) = 0+223+206=429 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFCE is #FF2031. Grayscale: #9A9A9A. Windows color (decimal): -16719922 or 13557504. OLE color: 13557504.

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

Color convert

RGB 0 223 206 -
CMYK 1 0 0.08 0.13
HSL 175.43º 1% 0.44% -
HSV(B) 175.43º 1% 0.87% -
XYZ 37.53 57.23 67.46 -
YUV 154.39 157.12 17.88 -
System Red Green Blue C M Y K H S L
Decimal 0 223 206 1 0 0.08 0.13 175.43 1 0.44
Hex 0 DF CE 64 0 8 D AF 64 2C
Octal 0 337 316 144 0 10 15 257 144 54
Binary 0 11011111 11001110 1100100 0 1000 1101 10101111 1100100 101100

Color Harmonies of #00DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFCE

Black with #00DFCE

Text Example


Text Example

White with #00DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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