Shades of Turquoise Blue #6FDEFC
Tints of Turquoise Blue #6FDEFC
RGB
CMYK
RGB Variations
Color information
#6FDEFC (or 0x6FDEFC) is known color: Turquoise Blue. HEX triplet: 6F, DE and FC. RGB value is (111,222,252). Sum of RGB (Red+Green+Blue) = 111+222+252=585 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.97% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FDEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDEFC is #902103. Grayscale: #BFBFBF. Windows color (decimal): -9445636 or 16572015. OLE color: 16572015.
HSL color Cylindrical-coordinate representation of color #6FDEFC: hue angle of 192.77º 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 #6FDEFC is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 222 | 252 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.01 |
| HSL | 192.77º | 0.96% | 0.71% | - |
| HSV(B) | 192.77º | 0.56% | 0.99% | - |
| XYZ | 50.25 | 62.65 | 101.54 | - |
| YUV | 192.23 | 161.73 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 252 | 0.56 | 0.12 | 0 | 0.01 | 192.77 | 0.96 | 0.71 |
| Hex | 6F | DE | FC | 38 | C | 0 | 1 | C1 | 60 | 47 |
| Octal | 157 | 336 | 374 | 70 | 14 | 0 | 1 | 301 | 140 | 107 |
| Binary | 1101111 | 11011110 | 11111100 | 111000 | 1100 | 0 | 1 | 11000001 | 1100000 | 1000111 |
Color Harmonies of #6FDEFC
Complementary color
Monochromatic Colors of #6FDEFC
Black with #6FDEFC
Text Example
Text Example
White with #6FDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDEFC; }
p { color: rgb(111,222,252); }
H1.HeaderClassName
{
color: #6FDEFC;
}
.AnyTagClassName
{
color: #6FDEFC;
}
</style>
background-color css
<style>
a { background-color: #6FDEFC; }
a { background-color: rgb(111,222,252); }
div.DivClassName
{
background-color: #6FDEFC;
}
.BgClassName
{
background-color: #6FDEFC;
}
</style>
border-color css
<style>
span { border-color: #6FDEFC; }
span { border-color: rgb(111,222,252); }
td.TdClassName
{
border-color: #6FDEFC;
}
.TagClassName
{
border-color: #6FDEFC;
}
</style>