Html Css Color HEX #07DCCE Dark Turquoise

📋 copy color: '#07DCCE'

red 7 ◦ green 220 ◦ blue 206

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

Shades of Dark Turquoise #07DCCE

Tints of Dark Turquoise #07DCCE

RGB

 RED value IS 7 (3.13% from 255) = 1.62%

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

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

R = 1.62%
G = 50.81%
B = 47.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#07DCCE (or 0x07DCCE) is known color: Dark Turquoise. HEX triplet: 07, DC and CE. RGB value is (7,220,206). Sum of RGB (Red+Green+Blue) = 7+220+206=433 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #07DCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DCCE is #F82331. Grayscale: #9A9A9A. Windows color (decimal): -16261938 or 13556743. OLE color: 13556743.

HSL color Cylindrical-coordinate representation of color #07DCCE: hue angle of 176.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DCCE is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 220 206 -
CMYK 0.97 0 0.06 0.14
HSL 176.06º 0.94% 0.45% -
HSV(B) 176.06º 0.97% 0.86% -
XYZ 36.82 55.69 67.2 -
YUV 154.72 156.93 22.64 -
System Red Green Blue C M Y K H S L
Decimal 7 220 206 0.97 0 0.06 0.14 176.06 0.94 0.45
Hex 7 DC CE 61 0 6 E B0 5E 2D
Octal 7 334 316 141 0 6 16 260 136 55
Binary 111 11011100 11001110 1100001 0 110 1110 10110000 1011110 101101

Color Harmonies of #07DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DCCE

Black with #07DCCE

Text Example


Text Example

White with #07DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07DCCE; }

 p { color: rgb(7,220,206); }

 H1.HeaderClassName
 {
   color: #07DCCE;
 }
 .AnyTagClassName
 {
   color: #07DCCE;
 }
</style>

background-color css

<style>
 a { background-color: #07DCCE; }

 a { background-color: rgb(7,220,206); }

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

border-color css

<style>
 span { border-color: #07DCCE; }

 span { border-color: rgb(7,220,206); }

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