Html Css Color HEX #00DCD7 Dark Turquoise

📋 copy color: '#00DCD7'

red 0 ◦ green 220 ◦ blue 215

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

Shades of Dark Turquoise #00DCD7

Tints of Dark Turquoise #00DCD7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.57%

 BLUE value IS 215 (84.38% from 255) = 49.43%

R = 0%
G = 50.57%
B = 49.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#00DCD7 (or 0x00DCD7) is known color: Dark Turquoise. HEX triplet: 00, DC and D7. RGB value is (0,220,215). Sum of RGB (Red+Green+Blue) = 0+220+215=435 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCD7 is #FF2328. Grayscale: #999999. Windows color (decimal): -16720681 or 14146560. OLE color: 14146560.

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

Color convert

RGB 0 220 215 -
CMYK 1 0 0.02 0.14
HSL 178.64º 1% 0.43% -
HSV(B) 178.64º 1% 0.86% -
XYZ 37.86 56.09 73.12 -
YUV 153.65 162.61 18.41 -
System Red Green Blue C M Y K H S L
Decimal 0 220 215 1 0 0.02 0.14 178.64 1 0.43
Hex 0 DC D7 64 0 2 E B3 64 2B
Octal 0 334 327 144 0 2 16 263 144 53
Binary 0 11011100 11010111 1100100 0 10 1110 10110011 1100100 101011

Color Harmonies of #00DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DCD7

Black with #00DCD7

Text Example


Text Example

White with #00DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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