Shades of Turquoise Blue #7DDFDF
Tints of Turquoise Blue #7DDFDF
RGB
CMYK
RGB Variations
Color information
#7DDFDF (or 0x7DDFDF) is known color: Turquoise Blue. HEX triplet: 7D, DF and DF. RGB value is (125,223,223). Sum of RGB (Red+Green+Blue) = 125+223+223=571 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.89% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #7DDFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFDF is #822020. Grayscale: #C1C1C1. Windows color (decimal): -8527905 or 14671741. OLE color: 14671741.
HSL color Cylindrical-coordinate representation of color #7DDFDF: hue angle of 180º 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 #7DDFDF is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 125 | 223 | 223 | - |
CMYK | 0.44 | 0 | 0 | 0.13 |
HSL | 180º | 0.6% | 0.68% | - |
HSV(B) | 180º | 0.44% | 0.87% | - |
XYZ | 48.16 | 62.46 | 79.33 | - |
YUV | 193.7 | 144.53 | 79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 223 | 223 | 0.44 | 0 | 0 | 0.13 | 180 | 0.6 | 0.68 |
Hex | 7D | DF | DF | 2C | 0 | 0 | D | B4 | 3C | 44 |
Octal | 175 | 337 | 337 | 54 | 0 | 0 | 15 | 264 | 74 | 104 |
Binary | 1111101 | 11011111 | 11011111 | 101100 | 0 | 0 | 1101 | 10110100 | 111100 | 1000100 |
Color Harmonies of #7DDFDF
Complementary color
Monochromatic Colors of #7DDFDF
Black with #7DDFDF
Text Example
Text Example
White with #7DDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFDF; }
p { color: rgb(125,223,223); }
H1.HeaderClassName
{
color: #7DDFDF;
}
.AnyTagClassName
{
color: #7DDFDF;
}
</style>
background-color css
<style>
a { background-color: #7DDFDF; }
a { background-color: rgb(125,223,223); }
div.DivClassName
{
background-color: #7DDFDF;
}
.BgClassName
{
background-color: #7DDFDF;
}
</style>
border-color css
<style>
span { border-color: #7DDFDF; }
span { border-color: rgb(125,223,223); }
td.TdClassName
{
border-color: #7DDFDF;
}
.TagClassName
{
border-color: #7DDFDF;
}
</style>