#07DFCA

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

Shades of Dark Turquoise #07DFCA

Tints of Dark Turquoise #07DFCA

Color information

#07DFCA (or 0x07DFCA) is unknown color: approx Dark Turquoise. HEX triplet: 07, DF and CA. RGB value is (7,223,202). Sum of RGB (Red+Green+Blue) = 7+223+202=432 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #07DFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DFCA is #F82035. Grayscale: #9B9B9B. Windows color (decimal): -16261174 or 13295367. OLE color: 13295367.

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

Color convert

RGB7223202-
CMYK0.9700.090.13
HSL174.17º93.91%45.1%-
HSV(B)174.17º96.86%87.45%-
XYZ37.1457.0864.94-
YUV156.02153.9421.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.62%
GREEN value IS 223 (87.5% from 255) = 51.62%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=1.62%
G=51.62%
B=46.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72232020.9700.090.13174.1793.9145.1
Hex7DFCA6109Dae5e2d
Octal73373121410111525613655
Binary11111011111110010101100001010011101101011101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,223,202); }

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

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

 a { background-color: rgb(7,223,202); }

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

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

 span { border-color: rgb(7,223,202); }

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