Shades of Turquoise Blue #6FDAFC
Tints of Turquoise Blue #6FDAFC
RGB
CMYK
RGB Variations
Color information
#6FDAFC (or 0x6FDAFC) is known color: Turquoise Blue. HEX triplet: 6F, DA and FC. RGB value is (111,218,252). Sum of RGB (Red+Green+Blue) = 111+218+252=581 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.10% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FDAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDAFC is #902503. Grayscale: #BDBDBD. Windows color (decimal): -9446660 or 16570991. OLE color: 16570991.
HSL color Cylindrical-coordinate representation of color #6FDAFC: hue angle of 194.47º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDAFC is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 218 | 252 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.01 |
| HSL | 194.47º | 0.96% | 0.71% | - |
| HSV(B) | 194.47º | 0.56% | 0.99% | - |
| XYZ | 49.2 | 60.55 | 101.19 | - |
| YUV | 189.88 | 163.05 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 252 | 0.56 | 0.13 | 0 | 0.01 | 194.47 | 0.96 | 0.71 |
| Hex | 6F | DA | FC | 38 | D | 0 | 1 | C2 | 60 | 47 |
| Octal | 157 | 332 | 374 | 70 | 15 | 0 | 1 | 302 | 140 | 107 |
| Binary | 1101111 | 11011010 | 11111100 | 111000 | 1101 | 0 | 1 | 11000010 | 1100000 | 1000111 |
Color Harmonies of #6FDAFC
Complementary color
Monochromatic Colors of #6FDAFC
Black with #6FDAFC
Text Example
Text Example
White with #6FDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDAFC; }
p { color: rgb(111,218,252); }
H1.HeaderClassName
{
color: #6FDAFC;
}
.AnyTagClassName
{
color: #6FDAFC;
}
</style>
background-color css
<style>
a { background-color: #6FDAFC; }
a { background-color: rgb(111,218,252); }
div.DivClassName
{
background-color: #6FDAFC;
}
.BgClassName
{
background-color: #6FDAFC;
}
</style>
border-color css
<style>
span { border-color: #6FDAFC; }
span { border-color: rgb(111,218,252); }
td.TdClassName
{
border-color: #6FDAFC;
}
.TagClassName
{
border-color: #6FDAFC;
}
</style>