Shades of Turquoise Blue #6FDFF7
Tints of Turquoise Blue #6FDFF7
RGB
CMYK
RGB Variations
Color information
#6FDFF7 (or 0x6FDFF7) is known color: Turquoise Blue. HEX triplet: 6F, DF and F7. RGB value is (111,223,247). Sum of RGB (Red+Green+Blue) = 111+223+247=581 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.10% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #6FDFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFF7 is #902008. Grayscale: #C0C0C0. Windows color (decimal): -9445385 or 16244591. OLE color: 16244591.
HSL color Cylindrical-coordinate representation of color #6FDFF7: hue angle of 190.59º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FDFF7 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 223 | 247 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.03 |
| HSL | 190.59º | 0.89% | 0.7% | - |
| HSV(B) | 190.59º | 0.55% | 0.97% | - |
| XYZ | 49.73 | 62.87 | 97.51 | - |
| YUV | 192.25 | 158.89 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 247 | 0.55 | 0.10 | 0 | 0.03 | 190.59 | 0.89 | 0.7 |
| Hex | 6F | DF | F7 | 37 | A | 0 | 3 | BF | 59 | 46 |
| Octal | 157 | 337 | 367 | 67 | 12 | 0 | 3 | 277 | 131 | 106 |
| Binary | 1101111 | 11011111 | 11110111 | 110111 | 1010 | 0 | 11 | 10111111 | 1011001 | 1000110 |
Color Harmonies of #6FDFF7
Complementary color
Monochromatic Colors of #6FDFF7
Black with #6FDFF7
Text Example
Text Example
White with #6FDFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFF7; }
p { color: rgb(111,223,247); }
H1.HeaderClassName
{
color: #6FDFF7;
}
.AnyTagClassName
{
color: #6FDFF7;
}
</style>
background-color css
<style>
a { background-color: #6FDFF7; }
a { background-color: rgb(111,223,247); }
div.DivClassName
{
background-color: #6FDFF7;
}
.BgClassName
{
background-color: #6FDFF7;
}
</style>
border-color css
<style>
span { border-color: #6FDFF7; }
span { border-color: rgb(111,223,247); }
td.TdClassName
{
border-color: #6FDFF7;
}
.TagClassName
{
border-color: #6FDFF7;
}
</style>