Shades of Turquoise Blue #6FDFFA
Tints of Turquoise Blue #6FDFFA
RGB
CMYK
RGB Variations
Color information
#6FDFFA (or 0x6FDFFA) is known color: Turquoise Blue. HEX triplet: 6F, DF and FA. RGB value is (111,223,250). Sum of RGB (Red+Green+Blue) = 111+223+250=584 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.01% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FDFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFFA is #902005. Grayscale: #C0C0C0. Windows color (decimal): -9445382 or 16441199. OLE color: 16441199.
HSL color Cylindrical-coordinate representation of color #6FDFFA: hue angle of 191.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDFFA is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 223 | 250 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.02 |
| HSL | 191.65º | 0.93% | 0.71% | - |
| HSV(B) | 191.65º | 0.56% | 0.98% | - |
| XYZ | 50.2 | 63.06 | 99.97 | - |
| YUV | 192.59 | 160.39 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 250 | 0.56 | 0.11 | 0 | 0.02 | 191.65 | 0.93 | 0.71 |
| Hex | 6F | DF | FA | 38 | B | 0 | 2 | C0 | 5D | 47 |
| Octal | 157 | 337 | 372 | 70 | 13 | 0 | 2 | 300 | 135 | 107 |
| Binary | 1101111 | 11011111 | 11111010 | 111000 | 1011 | 0 | 10 | 11000000 | 1011101 | 1000111 |
Color Harmonies of #6FDFFA
Complementary color
Monochromatic Colors of #6FDFFA
Black with #6FDFFA
Text Example
Text Example
White with #6FDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFFA; }
p { color: rgb(111,223,250); }
H1.HeaderClassName
{
color: #6FDFFA;
}
.AnyTagClassName
{
color: #6FDFFA;
}
</style>
background-color css
<style>
a { background-color: #6FDFFA; }
a { background-color: rgb(111,223,250); }
div.DivClassName
{
background-color: #6FDFFA;
}
.BgClassName
{
background-color: #6FDFFA;
}
</style>
border-color css
<style>
span { border-color: #6FDFFA; }
span { border-color: rgb(111,223,250); }
td.TdClassName
{
border-color: #6FDFFA;
}
.TagClassName
{
border-color: #6FDFFA;
}
</style>