Html Css Color HEX #07DECD Dark Turquoise

📋 copy color: '#07DECD'

red 7 ◦ green 222 ◦ blue 205

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

Shades of Dark Turquoise #07DECD

Tints of Dark Turquoise #07DECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.15%

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 1.61%
G = 51.15%
B = 47.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#07DECD (or 0x07DECD) is known color: Dark Turquoise. HEX triplet: 07, DE and CD. RGB value is (7,222,205). Sum of RGB (Red+Green+Blue) = 7+222+205=434 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #07DECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DECD is #F82132. Grayscale: #9B9B9B. Windows color (decimal): -16261427 or 13491719. OLE color: 13491719.

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

Color convert

RGB 7 222 205 -
CMYK 0.97 0 0.08 0.13
HSL 175.26º 0.94% 0.45% -
HSV(B) 175.26º 0.97% 0.87% -
XYZ 37.23 56.7 66.74 -
YUV 155.78 155.77 21.88 -
System Red Green Blue C M Y K H S L
Decimal 7 222 205 0.97 0 0.08 0.13 175.26 0.94 0.45
Hex 7 DE CD 61 0 8 D AF 5E 2D
Octal 7 336 315 141 0 10 15 257 136 55
Binary 111 11011110 11001101 1100001 0 1000 1101 10101111 1011110 101101

Color Harmonies of #07DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DECD

Black with #07DECD

Text Example


Text Example

White with #07DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,222,205); }

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

background-color css

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

 a { background-color: rgb(7,222,205); }

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

border-color css

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

 span { border-color: rgb(7,222,205); }

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