Shades of Turquoise Blue #6FDDFC
Tints of Turquoise Blue #6FDDFC
RGB
CMYK
RGB Variations
Color information
#6FDDFC (or 0x6FDDFC) is known color: Turquoise Blue. HEX triplet: 6F, DD and FC. RGB value is (111,221,252). Sum of RGB (Red+Green+Blue) = 111+221+252=584 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.01% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDDFC is #902203. Grayscale: #BFBFBF. Windows color (decimal): -9445892 or 16571759. OLE color: 16571759.
HSL color Cylindrical-coordinate representation of color #6FDDFC: hue angle of 193.19º 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 #6FDDFC is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 221 | 252 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.01 |
| HSL | 193.19º | 0.96% | 0.71% | - |
| HSV(B) | 193.19º | 0.56% | 0.99% | - |
| XYZ | 49.98 | 62.12 | 101.45 | - |
| YUV | 191.64 | 162.06 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 252 | 0.56 | 0.12 | 0 | 0.01 | 193.19 | 0.96 | 0.71 |
| Hex | 6F | DD | FC | 38 | C | 0 | 1 | C1 | 60 | 47 |
| Octal | 157 | 335 | 374 | 70 | 14 | 0 | 1 | 301 | 140 | 107 |
| Binary | 1101111 | 11011101 | 11111100 | 111000 | 1100 | 0 | 1 | 11000001 | 1100000 | 1000111 |
Color Harmonies of #6FDDFC
Complementary color
Monochromatic Colors of #6FDDFC
Black with #6FDDFC
Text Example
Text Example
White with #6FDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDFC; }
p { color: rgb(111,221,252); }
H1.HeaderClassName
{
color: #6FDDFC;
}
.AnyTagClassName
{
color: #6FDDFC;
}
</style>
background-color css
<style>
a { background-color: #6FDDFC; }
a { background-color: rgb(111,221,252); }
div.DivClassName
{
background-color: #6FDDFC;
}
.BgClassName
{
background-color: #6FDDFC;
}
</style>
border-color css
<style>
span { border-color: #6FDDFC; }
span { border-color: rgb(111,221,252); }
td.TdClassName
{
border-color: #6FDDFC;
}
.TagClassName
{
border-color: #6FDDFC;
}
</style>