#07D3DE

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

Shades of Dark Turquoise #07D3DE

Tints of Dark Turquoise #07D3DE

Color information

#07D3DE (or 0x07D3DE) is unknown color: approx Dark Turquoise. HEX triplet: 07, D3 and DE. RGB value is (7,211,222). Sum of RGB (Red+Green+Blue) = 7+211+222=440 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #07D3DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D3DE is #F82C21. Grayscale: #979797. Windows color (decimal): -16264226 or 14603015. OLE color: 14603015.

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

Color convert

RGB7211222-
CMYK0.970.0500.13
HSL183.07º93.89%44.9%-
HSV(B)183.07º96.85%87.06%-
XYZ36.5751.9177.2-
YUV151.26167.9125.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.59%
GREEN value IS 211 (82.81% from 255) = 47.95%
BLUE value IS 222 (87.11% from 255) = 50.45%
R=1.59%
G=47.95%
B=50.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72112220.970.0500.13183.0793.8944.9
Hex7D3DE6150Db75e2d
Octal7323336141501526713655
Binary1111101001111011110110000110101101101101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,211,222); }

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

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

 a { background-color: rgb(7,211,222); }

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

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

 span { border-color: rgb(7,211,222); }

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