Html Css Color HEX #00D5DE Dark Turquoise

📋 copy color: '#00D5DE'

red 0 ◦ green 213 ◦ blue 222

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

Shades of Dark Turquoise #00D5DE

Tints of Dark Turquoise #00D5DE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.97%

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 0%
G = 48.97%
B = 51.03%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00D5DE (or 0x00D5DE) is known color: Dark Turquoise. HEX triplet: 00, D5 and DE. RGB value is (0,213,222). Sum of RGB (Red+Green+Blue) = 0+213+222=435 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #00D5DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D5DE is #FF2A21. Grayscale: #969696. Windows color (decimal): -16722466 or 14603520. OLE color: 14603520.

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

Color convert

RGB 0 213 222 -
CMYK 1 0.04 0 0.13
HSL 182.43º 1% 0.44% -
HSV(B) 182.43º 1% 0.87% -
XYZ 36.98 52.86 77.36 -
YUV 150.34 168.43 20.77 -
System Red Green Blue C M Y K H S L
Decimal 0 213 222 1 0.04 0 0.13 182.43 1 0.44
Hex 0 D5 DE 64 4 0 D B6 64 2C
Octal 0 325 336 144 4 0 15 266 144 54
Binary 0 11010101 11011110 1100100 100 0 1101 10110110 1100100 101100

Color Harmonies of #00D5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D5DE

Black with #00D5DE

Text Example


Text Example

White with #00D5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,213,222); }

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

background-color css

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

 a { background-color: rgb(0,213,222); }

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

border-color css

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

 span { border-color: rgb(0,213,222); }

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