Html Css Color HEX #07DCD2 Dark Turquoise

📋 copy color: '#07DCD2'

red 7 ◦ green 220 ◦ blue 210

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

Shades of Dark Turquoise #07DCD2

Tints of Dark Turquoise #07DCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.05%

R = 1.6%
G = 50.34%
B = 48.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#07DCD2 (or 0x07DCD2) is known color: Dark Turquoise. HEX triplet: 07, DC and D2. RGB value is (7,220,210). Sum of RGB (Red+Green+Blue) = 7+220+210=437 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.60% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #07DCD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DCD2 is #F8232D. Grayscale: #9A9A9A. Windows color (decimal): -16261934 or 13818887. OLE color: 13818887.

HSL color Cylindrical-coordinate representation of color #07DCD2: hue angle of 177.18º 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 #07DCD2 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 220 210 -
CMYK 0.97 0 0.05 0.14
HSL 177.18º 0.94% 0.45% -
HSV(B) 177.18º 0.97% 0.86% -
XYZ 37.31 55.88 69.79 -
YUV 155.17 158.93 22.31 -
System Red Green Blue C M Y K H S L
Decimal 7 220 210 0.97 0 0.05 0.14 177.18 0.94 0.45
Hex 7 DC D2 61 0 5 E B1 5E 2D
Octal 7 334 322 141 0 5 16 261 136 55
Binary 111 11011100 11010010 1100001 0 101 1110 10110001 1011110 101101

Color Harmonies of #07DCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DCD2

Black with #07DCD2

Text Example


Text Example

White with #07DCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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