#7DDFDC

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

Shades of Turquoise Blue #7DDFDC

Tints of Turquoise Blue #7DDFDC

Color information

#7DDFDC (or 0x7DDFDC) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DF and DC. RGB value is (125,223,220). Sum of RGB (Red+Green+Blue) = 125+223+220=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFDC is #822023. Grayscale: #C1C1C1. Windows color (decimal): -8527908 or 14475133. OLE color: 14475133.

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

Color convert

RGB125223220-
CMYK0.4400.010.13
HSL178.16º60.49%68.24%-
HSV(B)178.16º43.95%87.45%-
XYZ47.7662.377.22-
YUV193.36143.0379.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.01%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=22.01%
G=39.26%
B=38.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252232200.4400.010.13178.1660.4968.24
Hex7DDFDC2C01Db23c44
Octal17533733454011526274104
Binary11111011101111111011100101100011101101100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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