Shades of Turquoise Blue #7FDFDF
Tints of Turquoise Blue #7FDFDF
RGB
CMYK
RGB Variations
Color information
#7FDFDF (or 0x7FDFDF) is known color: Turquoise Blue. HEX triplet: 7F, DF and DF. RGB value is (127,223,223). Sum of RGB (Red+Green+Blue) = 127+223+223=573 (75% of max value = 765). Red value is 127 (50% from 255 or 22.16% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #7FDFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFDF is #802020. Grayscale: #C2C2C2. Windows color (decimal): -8396833 or 14671743. OLE color: 14671743.
HSL color Cylindrical-coordinate representation of color #7FDFDF: hue angle of 180º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDFDF is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 223 | - |
| CMYK | 0.43 | 0 | 0 | 0.13 |
| HSL | 180º | 0.6% | 0.69% | - |
| HSV(B) | 180º | 0.43% | 0.87% | - |
| XYZ | 48.46 | 62.62 | 79.34 | - |
| YUV | 194.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 223 | 0.43 | 0 | 0 | 0.13 | 180 | 0.6 | 0.69 |
| Hex | 7F | DF | DF | 2B | 0 | 0 | D | B4 | 3C | 45 |
| Octal | 177 | 337 | 337 | 53 | 0 | 0 | 15 | 264 | 74 | 105 |
| Binary | 1111111 | 11011111 | 11011111 | 101011 | 0 | 0 | 1101 | 10110100 | 111100 | 1000101 |
Color Harmonies of #7FDFDF
Complementary color
Monochromatic Colors of #7FDFDF
Black with #7FDFDF
Text Example
Text Example
White with #7FDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFDF; }
p { color: rgb(127,223,223); }
H1.HeaderClassName
{
color: #7FDFDF;
}
.AnyTagClassName
{
color: #7FDFDF;
}
</style>
background-color css
<style>
a { background-color: #7FDFDF; }
a { background-color: rgb(127,223,223); }
div.DivClassName
{
background-color: #7FDFDF;
}
.BgClassName
{
background-color: #7FDFDF;
}
</style>
border-color css
<style>
span { border-color: #7FDFDF; }
span { border-color: rgb(127,223,223); }
td.TdClassName
{
border-color: #7FDFDF;
}
.TagClassName
{
border-color: #7FDFDF;
}
</style>