#07CADF

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

Shades of Dark Turquoise #07CADF

Tints of Dark Turquoise #07CADF

Color information

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

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

Color convert

RGB7202223-
CMYK0.970.0900.13
HSL185.83º93.91%45.1%-
HSV(B)185.83º96.86%87.45%-
XYZ34.5347.6177.18-
YUV146.09171.428.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72022230.970.0900.13185.8393.9145.1
Hex7CADF6190Dba5e2d
Octal73123371411101527213655
Binary11111001010110111111100001100101101101110101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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