Html Css Color HEX #07C4D9 Dark Turquoise

📋 copy color: '#07C4D9'

red 7 ◦ green 196 ◦ blue 217

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

Shades of Dark Turquoise #07C4D9

Tints of Dark Turquoise #07C4D9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.67%

 BLUE value IS 217 (85.16% from 255) = 51.67%

R = 1.67%
G = 46.67%
B = 51.67%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#07C4D9 (or 0x07C4D9) is known color: Dark Turquoise. HEX triplet: 07, C4 and D9. RGB value is (7,196,217). Sum of RGB (Red+Green+Blue) = 7+196+217=420 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #07C4D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C4D9 is #F83B26. Grayscale: #8D8D8D. Windows color (decimal): -16268071 or 14271495. OLE color: 14271495.

HSL color Cylindrical-coordinate representation of color #07C4D9: hue angle of 186º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C4D9 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 196 217 -
CMYK 0.97 0.10 0 0.15
HSL 186º 0.94% 0.44% -
HSV(B) 186º 0.97% 0.85% -
XYZ 32.35 44.53 72.54 -
YUV 141.88 170.38 31.79 -
System Red Green Blue C M Y K H S L
Decimal 7 196 217 0.97 0.10 0 0.15 186 0.94 0.44
Hex 7 C4 D9 61 A 0 F BA 5E 2C
Octal 7 304 331 141 12 0 17 272 136 54
Binary 111 11000100 11011001 1100001 1010 0 1111 10111010 1011110 101100

Color Harmonies of #07C4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C4D9

Black with #07C4D9

Text Example


Text Example

White with #07C4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,196,217); }

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

background-color css

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

 a { background-color: rgb(7,196,217); }

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

border-color css

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

 span { border-color: rgb(7,196,217); }

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