Html Css Color HEX #00D7CF Dark Turquoise

📋 copy color: '#00D7CF'

red 0 ◦ green 215 ◦ blue 207

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

Shades of Dark Turquoise #00D7CF

Tints of Dark Turquoise #00D7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 0%
G = 50.95%
B = 49.05%

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

#00D7CF (or 0x00D7CF) is known color: Dark Turquoise. HEX triplet: 00, D7 and CF. RGB value is (0,215,207). Sum of RGB (Red+Green+Blue) = 0+215+207=422 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #00D7CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D7CF is #FF2830. Grayscale: #959595. Windows color (decimal): -16721969 or 13620992. OLE color: 13620992.

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

Color convert

RGB 0 215 207 -
CMYK 1 0 0.04 0.16
HSL 177.77º 1% 0.42% -
HSV(B) 177.77º 1% 0.84% -
XYZ 35.56 53.11 67.41 -
YUV 149.8 160.27 21.15 -
System Red Green Blue C M Y K H S L
Decimal 0 215 207 1 0 0.04 0.16 177.77 1 0.42
Hex 0 D7 CF 64 0 4 10 B2 64 2A
Octal 0 327 317 144 0 4 20 262 144 52
Binary 0 11010111 11001111 1100100 0 100 10000 10110010 1100100 101010

Color Harmonies of #00D7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D7CF

Black with #00D7CF

Text Example


Text Example

White with #00D7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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