#7DDFDA

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

Shades of Turquoise Blue #7DDFDA

Tints of Turquoise Blue #7DDFDA

Color information

#7DDFDA (or 0x7DDFDA) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DF and DA. RGB value is (125,223,218). Sum of RGB (Red+Green+Blue) = 125+223+218=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFDA is #822025. Grayscale: #C1C1C1. Windows color (decimal): -8527910 or 14344061. OLE color: 14344061.

HSL color Cylindrical-coordinate representation of color #7DDFDA: hue angle of 176.94º 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 #7DDFDA is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB125223218-
CMYK0.4400.020.13
HSL176.94º60.49%68.24%-
HSV(B)176.94º43.95%87.45%-
XYZ47.562.275.83-
YUV193.13142.0379.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.08%
GREEN value IS 223 (87.5% from 255) = 39.40%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=22.08%
G=39.40%
B=38.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252232180.4400.020.13176.9460.4968.24
Hex7DDFDA2C02Db13c44
Octal17533733254021526174104
Binary111110111011111110110101011000101101101100011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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