Html Css Color HEX #00DACD Dark Turquoise

📋 copy color: '#00DACD'

red 0 ◦ green 218 ◦ blue 205

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

Shades of Dark Turquoise #00DACD

Tints of Dark Turquoise #00DACD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.54%

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

R = 0%
G = 51.54%
B = 48.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#00DACD (or 0x00DACD) is known color: Dark Turquoise. HEX triplet: 00, DA and CD. RGB value is (0,218,205). Sum of RGB (Red+Green+Blue) = 0+218+205=423 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #00DACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DACD is #FF2532. Grayscale: #979797. Windows color (decimal): -16721203 or 13490688. OLE color: 13490688.

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

Color convert

RGB 0 218 205 -
CMYK 1 0 0.06 0.15
HSL 176.42º 1% 0.43% -
HSV(B) 176.42º 1% 0.85% -
XYZ 36.09 54.55 66.38 -
YUV 151.34 158.28 20.06 -
System Red Green Blue C M Y K H S L
Decimal 0 218 205 1 0 0.06 0.15 176.42 1 0.43
Hex 0 DA CD 64 0 6 F B0 64 2B
Octal 0 332 315 144 0 6 17 260 144 53
Binary 0 11011010 11001101 1100100 0 110 1111 10110000 1100100 101011

Color Harmonies of #00DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DACD

Black with #00DACD

Text Example


Text Example

White with #00DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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