Shades of Turquoise Blue #7DDFDA
Tints of Turquoise Blue #7DDFDA
RGB
CMYK
RGB Variations
Color information
#7DDFDA (or 0x7DDFDA) is known color: 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
RGB | 125 | 223 | 218 | - |
CMYK | 0.44 | 0 | 0.02 | 0.13 |
HSL | 176.94º | 0.6% | 0.68% | - |
HSV(B) | 176.94º | 0.44% | 0.87% | - |
XYZ | 47.5 | 62.2 | 75.83 | - |
YUV | 193.13 | 142.03 | 79.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 223 | 218 | 0.44 | 0 | 0.02 | 0.13 | 176.94 | 0.6 | 0.68 |
Hex | 7D | DF | DA | 2C | 0 | 2 | D | B1 | 3C | 44 |
Octal | 175 | 337 | 332 | 54 | 0 | 2 | 15 | 261 | 74 | 104 |
Binary | 1111101 | 11011111 | 11011010 | 101100 | 0 | 10 | 1101 | 10110001 | 111100 | 1000100 |
Color Harmonies of #7DDFDA
Complementary color
Monochromatic Colors of #7DDFDA
Black with #7DDFDA
Text Example
Text Example
White with #7DDFDA
Text Example
Text Example
HTML Codes & Css Web 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>