Html Css Color HEX #00DFCF Dark Turquoise

📋 copy color: '#00DFCF'

red 0 ◦ green 223 ◦ blue 207

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

Shades of Dark Turquoise #00DFCF

Tints of Dark Turquoise #00DFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 0%
G = 51.86%
B = 48.14%

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

#00DFCF (or 0x00DFCF) is known color: Dark Turquoise. HEX triplet: 00, DF and CF. RGB value is (0,223,207). Sum of RGB (Red+Green+Blue) = 0+223+207=430 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFCF is #FF2030. Grayscale: #9A9A9A. Windows color (decimal): -16719921 or 13623040. OLE color: 13623040.

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

Color convert

RGB 0 223 207 -
CMYK 1 0 0.07 0.13
HSL 175.7º 1% 0.44% -
HSV(B) 175.7º 1% 0.87% -
XYZ 37.65 57.28 68.1 -
YUV 154.5 157.62 17.8 -
System Red Green Blue C M Y K H S L
Decimal 0 223 207 1 0 0.07 0.13 175.7 1 0.44
Hex 0 DF CF 64 0 7 D B0 64 2C
Octal 0 337 317 144 0 7 15 260 144 54
Binary 0 11011111 11001111 1100100 0 111 1101 10110000 1100100 101100

Color Harmonies of #00DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFCF

Black with #00DFCF

Text Example


Text Example

White with #00DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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