#7DDFDE

Color #7DDFDE Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #7DDFDE

Tints of Turquoise Blue #7DDFDE

Color information

#7DDFDE (or 0x7DDFDE) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DF and DE. RGB value is (125,223,222). Sum of RGB (Red+Green+Blue) = 125+223+222=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFDE is #822021. Grayscale: #C1C1C1. Windows color (decimal): -8527906 or 14606205. OLE color: 14606205.

HSL color Cylindrical-coordinate representation of color #7DDFDE: hue angle of 179.39º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDFDE is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB125223222-
CMYK0.4400.000.13
HSL179.39º60.49%68.24%-
HSV(B)179.39º43.95%87.45%-
XYZ48.0362.4178.62-
YUV193.58144.0379.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.93%
GREEN value IS 223 (87.5% from 255) = 39.12%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=21.93%
G=39.12%
B=38.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252232220.4400.000.13179.3960.4968.24
Hex7DDFDE2C00Db33c44
Octal17533733654001526374104
Binary11111011101111111011110101100001101101100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DDFDE; }

 p { color: rgb(125,223,222); }

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

<style>
 a { background-color: #7DDFDE; }

 a { background-color: rgb(125,223,222); }

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

<style>
 span { border-color: #7DDFDE; }

 span { border-color: rgb(125,223,222); }

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