Html Css Color HEX #00D7CE Dark Turquoise

📋 copy color: '#00D7CE'

red 0 ◦ green 215 ◦ blue 206

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

Shades of Dark Turquoise #00D7CE

Tints of Dark Turquoise #00D7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.07%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 0%
G = 51.07%
B = 48.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#00D7CE (or 0x00D7CE) is known color: Dark Turquoise. HEX triplet: 00, D7 and CE. RGB value is (0,215,206). Sum of RGB (Red+Green+Blue) = 0+215+206=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #00D7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D7CE is #FF2831. Grayscale: #959595. Windows color (decimal): -16721970 or 13555456. OLE color: 13555456.

HSL color Cylindrical-coordinate representation of color #00D7CE: hue angle of 177.49º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D7CE is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 215 206 -
CMYK 1 0 0.04 0.16
HSL 177.49º 1% 0.42% -
HSV(B) 177.49º 1% 0.84% -
XYZ 35.44 53.06 66.77 -
YUV 149.69 159.77 21.23 -
System Red Green Blue C M Y K H S L
Decimal 0 215 206 1 0 0.04 0.16 177.49 1 0.42
Hex 0 D7 CE 64 0 4 10 B1 64 2A
Octal 0 327 316 144 0 4 20 261 144 52
Binary 0 11010111 11001110 1100100 0 100 10000 10110001 1100100 101010

Color Harmonies of #00D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D7CE

Black with #00D7CE

Text Example


Text Example

White with #00D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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