#07DDD6

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

Shades of Bright Turquoise #07DDD6

Tints of Bright Turquoise #07DDD6

Color information

#07DDD6 (or 0x07DDD6) is unknown color: approx Bright Turquoise. HEX triplet: 07, DD and D6. RGB value is (7,221,214). Sum of RGB (Red+Green+Blue) = 7+221+214=442 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #07DDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DDD6 is #F82229. Grayscale: #9C9C9C. Windows color (decimal): -16261674 or 14081287. OLE color: 14081287.

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

Color convert

RGB7221214-
CMYK0.9700.030.13
HSL178.04º93.86%44.71%-
HSV(B)178.04º96.83%86.67%-
XYZ38.0856.6172.54-
YUV156.22160.621.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.58%
GREEN value IS 221 (86.72% from 255) = 50%
BLUE value IS 214 (83.98% from 255) = 48.42%
R=1.58%
G=50%
B=48.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72212140.9700.030.13178.0493.8644.71
Hex7DDD66103Db25e2d
Octal7335326141031526213655
Binary111110111011101011011000010111101101100101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,221,214); }

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

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

 a { background-color: rgb(7,221,214); }

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

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

 span { border-color: rgb(7,221,214); }

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