Html Css Color HEX #00DFDC Bright Turquoise

📋 copy color: '#00DFDC'

red 0 ◦ green 223 ◦ blue 220

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

Shades of Bright Turquoise #00DFDC

Tints of Bright Turquoise #00DFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 0%
G = 50.34%
B = 49.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#00DFDC (or 0x00DFDC) is known color: Bright Turquoise. HEX triplet: 00, DF and DC. RGB value is (0,223,220). Sum of RGB (Red+Green+Blue) = 0+223+220=443 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFDC is #FF2023. Grayscale: #9B9B9B. Windows color (decimal): -16719908 or 14475008. OLE color: 14475008.

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

Color convert

RGB 0 223 220 -
CMYK 1 0 0.01 0.13
HSL 179.19º 1% 0.44% -
HSV(B) 179.19º 1% 0.87% -
XYZ 39.31 57.94 76.82 -
YUV 155.98 164.12 16.74 -
System Red Green Blue C M Y K H S L
Decimal 0 223 220 1 0 0.01 0.13 179.19 1 0.44
Hex 0 DF DC 64 0 1 D B3 64 2C
Octal 0 337 334 144 0 1 15 263 144 54
Binary 0 11011111 11011100 1100100 0 1 1101 10110011 1100100 101100

Color Harmonies of #00DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFDC

Black with #00DFDC

Text Example


Text Example

White with #00DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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