Html Css Color HEX #07C2DD Dark Turquoise

📋 copy color: '#07C2DD'

red 7 ◦ green 194 ◦ blue 221

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

Shades of Dark Turquoise #07C2DD

Tints of Dark Turquoise #07C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.97%

 BLUE value IS 221 (86.72% from 255) = 52.37%

R = 1.66%
G = 45.97%
B = 52.37%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07C2DD (or 0x07C2DD) is known color: Dark Turquoise. HEX triplet: 07, C2 and DD. RGB value is (7,194,221). Sum of RGB (Red+Green+Blue) = 7+194+221=422 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.66% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #07C2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C2DD is #F83D22. Grayscale: #8C8C8C. Windows color (decimal): -16268579 or 14533127. OLE color: 14533127.

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

Color convert

RGB 7 194 221 -
CMYK 0.97 0.12 0 0.13
HSL 187.57º 0.94% 0.45% -
HSV(B) 187.57º 0.97% 0.87% -
XYZ 32.43 43.85 75.16 -
YUV 141.17 173.05 32.3 -
System Red Green Blue C M Y K H S L
Decimal 7 194 221 0.97 0.12 0 0.13 187.57 0.94 0.45
Hex 7 C2 DD 61 C 0 D BC 5E 2D
Octal 7 302 335 141 14 0 15 274 136 55
Binary 111 11000010 11011101 1100001 1100 0 1101 10111100 1011110 101101

Color Harmonies of #07C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C2DD

Black with #07C2DD

Text Example


Text Example

White with #07C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,194,221); }

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

background-color css

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

 a { background-color: rgb(7,194,221); }

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

border-color css

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

 span { border-color: rgb(7,194,221); }

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