#07D4DE

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

Shades of Dark Turquoise #07D4DE

Tints of Dark Turquoise #07D4DE

Color information

#07D4DE (or 0x07D4DE) is unknown color: approx Dark Turquoise. HEX triplet: 07, D4 and DE. RGB value is (7,212,222). Sum of RGB (Red+Green+Blue) = 7+212+222=441 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #07D4DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D4DE is #F82B21. Grayscale: #979797. Windows color (decimal): -16263970 or 14603271. OLE color: 14603271.

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

Color convert

RGB7212222-
CMYK0.970.0500.13
HSL182.79º93.89%44.9%-
HSV(B)182.79º96.85%87.06%-
XYZ36.8252.4177.28-
YUV151.84167.5824.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.59%
GREEN value IS 212 (83.20% from 255) = 48.07%
BLUE value IS 222 (87.11% from 255) = 50.34%
R=1.59%
G=48.07%
B=50.34%

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
Decimal72122220.970.0500.13182.7993.8944.9
Hex7D4DE6150Db75e2d
Octal7324336141501526713655
Binary1111101010011011110110000110101101101101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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