#07C4D2

Color #07C4D2 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #07C4D2

Tints of Dark Turquoise #07C4D2

Color information

#07C4D2 (or 0x07C4D2) is unknown color: approx Dark Turquoise. HEX triplet: 07, C4 and D2. RGB value is (7,196,210). Sum of RGB (Red+Green+Blue) = 7+196+210=413 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #07C4D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C4D2 is #F83B2D. Grayscale: #8C8C8C. Windows color (decimal): -16268078 or 13812743. OLE color: 13812743.

HSL color Cylindrical-coordinate representation of color #07C4D2: hue angle of 184.14º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C4D2 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7196210-
CMYK0.970.0700.18
HSL184.14º93.55%42.55%-
HSV(B)184.14º96.67%82.35%-
XYZ31.4644.1867.84-
YUV141.08166.8832.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.69%
GREEN value IS 196 (76.95% from 255) = 47.46%
BLUE value IS 210 (82.42% from 255) = 50.85%
R=1.69%
G=47.46%
B=50.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71962100.970.0700.18184.1493.5542.55
Hex7C4D2617012b85e2b
Octal7304322141702227013653
Binary11111000100110100101100001111010010101110001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07C4D2;
 }
 .AnyTagClassName
 {
   color: #07C4D2;
 }
</style>
background-color css

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

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

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

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

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

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