Html Css Color HEX #00DCCF Dark Turquoise

📋 copy color: '#00DCCF'

red 0 ◦ green 220 ◦ blue 207

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

Shades of Dark Turquoise #00DCCF

Tints of Dark Turquoise #00DCCF

RGB

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

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

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

R = 0%
G = 51.52%
B = 48.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#00DCCF (or 0x00DCCF) is known color: Dark Turquoise. HEX triplet: 00, DC and CF. RGB value is (0,220,207). Sum of RGB (Red+Green+Blue) = 0+220+207=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCCF is #FF2330. Grayscale: #989898. Windows color (decimal): -16720689 or 13622272. OLE color: 13622272.

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

Color convert

RGB 0 220 207 -
CMYK 1 0 0.06 0.14
HSL 176.45º 1% 0.43% -
HSV(B) 176.45º 1% 0.86% -
XYZ 36.86 55.69 67.84 -
YUV 152.74 158.61 19.06 -
System Red Green Blue C M Y K H S L
Decimal 0 220 207 1 0 0.06 0.14 176.45 1 0.43
Hex 0 DC CF 64 0 6 E B0 64 2B
Octal 0 334 317 144 0 6 16 260 144 53
Binary 0 11011100 11001111 1100100 0 110 1110 10110000 1100100 101011

Color Harmonies of #00DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DCCF

Black with #00DCCF

Text Example


Text Example

White with #00DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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