Shades of Turquoise Blue #6FDEF9
Tints of Turquoise Blue #6FDEF9
RGB
CMYK
RGB Variations
Color information
#6FDEF9 (or 0x6FDEF9) is known color: Turquoise Blue. HEX triplet: 6F, DE and F9. RGB value is (111,222,249). Sum of RGB (Red+Green+Blue) = 111+222+249=582 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.07% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #6FDEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDEF9 is #902106. Grayscale: #BFBFBF. Windows color (decimal): -9445639 or 16375407. OLE color: 16375407.
HSL color Cylindrical-coordinate representation of color #6FDEF9: hue angle of 191.74º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FDEF9 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 222 | 249 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.02 |
| HSL | 191.74º | 0.92% | 0.71% | - |
| HSV(B) | 191.74º | 0.55% | 0.98% | - |
| XYZ | 49.78 | 62.46 | 99.06 | - |
| YUV | 191.89 | 160.23 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 249 | 0.55 | 0.11 | 0 | 0.02 | 191.74 | 0.92 | 0.71 |
| Hex | 6F | DE | F9 | 37 | B | 0 | 2 | C0 | 5C | 47 |
| Octal | 157 | 336 | 371 | 67 | 13 | 0 | 2 | 300 | 134 | 107 |
| Binary | 1101111 | 11011110 | 11111001 | 110111 | 1011 | 0 | 10 | 11000000 | 1011100 | 1000111 |
Color Harmonies of #6FDEF9
Complementary color
Monochromatic Colors of #6FDEF9
Black with #6FDEF9
Text Example
Text Example
White with #6FDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDEF9; }
p { color: rgb(111,222,249); }
H1.HeaderClassName
{
color: #6FDEF9;
}
.AnyTagClassName
{
color: #6FDEF9;
}
</style>
background-color css
<style>
a { background-color: #6FDEF9; }
a { background-color: rgb(111,222,249); }
div.DivClassName
{
background-color: #6FDEF9;
}
.BgClassName
{
background-color: #6FDEF9;
}
</style>
border-color css
<style>
span { border-color: #6FDEF9; }
span { border-color: rgb(111,222,249); }
td.TdClassName
{
border-color: #6FDEF9;
}
.TagClassName
{
border-color: #6FDEF9;
}
</style>