Html Css Color HEX #00DADC Dark Turquoise

📋 copy color: '#00DADC'

red 0 ◦ green 218 ◦ blue 220

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

Shades of Dark Turquoise #00DADC

Tints of Dark Turquoise #00DADC

RGB

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

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

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

R = 0%
G = 49.77%
B = 50.23%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00DADC (or 0x00DADC) is known color: Dark Turquoise. HEX triplet: 00, DA and DC. RGB value is (0,218,220). Sum of RGB (Red+Green+Blue) = 0+218+220=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #00DADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DADC is #FF2523. Grayscale: #989898. Windows color (decimal): -16721188 or 14473728. OLE color: 14473728.

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

Color convert

RGB 0 218 220 -
CMYK 1 0.01 0 0.14
HSL 180.55º 1% 0.43% -
HSV(B) 180.55º 1% 0.86% -
XYZ 37.99 55.31 76.38 -
YUV 153.05 165.78 18.84 -
System Red Green Blue C M Y K H S L
Decimal 0 218 220 1 0.01 0 0.14 180.55 1 0.43
Hex 0 DA DC 64 1 0 E B5 64 2B
Octal 0 332 334 144 1 0 16 265 144 53
Binary 0 11011010 11011100 1100100 1 0 1110 10110101 1100100 101011

Color Harmonies of #00DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DADC

Black with #00DADC

Text Example


Text Example

White with #00DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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