#07C3D2

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

Shades of Dark Turquoise #07C3D2

Tints of Dark Turquoise #07C3D2

Color information

#07C3D2 (or 0x07C3D2) is unknown color: approx Dark Turquoise. HEX triplet: 07, C3 and D2. RGB value is (7,195,210). Sum of RGB (Red+Green+Blue) = 7+195+210=412 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 210 (82.42% from 255 or 50.97% from 412); Max value from RGB is 210 - color contains mainly: blue. Hex color #07C3D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C3D2 is #F83C2D. Grayscale: #8C8C8C. Windows color (decimal): -16268334 or 13812487. OLE color: 13812487.

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

Color convert

RGB7195210-
CMYK0.970.0700.18
HSL184.43º93.55%42.55%-
HSV(B)184.43º96.67%82.35%-
XYZ31.2443.7367.77-
YUV140.5167.2232.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.70%
GREEN value IS 195 (76.56% from 255) = 47.33%
BLUE value IS 210 (82.42% from 255) = 50.97%
R=1.70%
G=47.33%
B=50.97%

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
Decimal71952100.970.0700.18184.4393.5542.55
Hex7C3D2617012b85e2b
Octal7303322141702227013653
Binary11111000011110100101100001111010010101110001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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