Html Css Color HEX #00DDCD Dark Turquoise

📋 copy color: '#00DDCD'

red 0 ◦ green 221 ◦ blue 205

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

Shades of Dark Turquoise #00DDCD

Tints of Dark Turquoise #00DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.88%

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 0%
G = 51.88%
B = 48.12%

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

#00DDCD (or 0x00DDCD) is known color: Dark Turquoise. HEX triplet: 00, DD and CD. RGB value is (0,221,205). Sum of RGB (Red+Green+Blue) = 0+221+205=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DDCD is #FF2232. Grayscale: #989898. Windows color (decimal): -16720435 or 13491456. OLE color: 13491456.

HSL color Cylindrical-coordinate representation of color #00DDCD: hue angle of 175.66º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDCD is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 221 205 -
CMYK 1 0 0.07 0.13
HSL 175.66º 1% 0.43% -
HSV(B) 175.66º 1% 0.87% -
XYZ 36.88 56.12 66.65 -
YUV 153.1 157.28 18.8 -
System Red Green Blue C M Y K H S L
Decimal 0 221 205 1 0 0.07 0.13 175.66 1 0.43
Hex 0 DD CD 64 0 7 D B0 64 2B
Octal 0 335 315 144 0 7 15 260 144 53
Binary 0 11011101 11001101 1100100 0 111 1101 10110000 1100100 101011

Color Harmonies of #00DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DDCD

Black with #00DDCD

Text Example


Text Example

White with #00DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,221,205); }

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

background-color css

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

 a { background-color: rgb(0,221,205); }

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

border-color css

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

 span { border-color: rgb(0,221,205); }

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