Shades of Turquoise Blue #6FD1EA
Tints of Turquoise Blue #6FD1EA
RGB
CMYK
RGB Variations
Color information
#6FD1EA (or 0x6FD1EA) is known color: Turquoise Blue. HEX triplet: 6F, D1 and EA. RGB value is (111,209,234). Sum of RGB (Red+Green+Blue) = 111+209+234=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FD1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD1EA is #902E15. Grayscale: #B6B6B6. Windows color (decimal): -9448982 or 15389039. OLE color: 15389039.
HSL color Cylindrical-coordinate representation of color #6FD1EA: hue angle of 192.2º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FD1EA is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 209 | 234 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.08 |
| HSL | 192.2º | 0.75% | 0.68% | - |
| HSV(B) | 192.2º | 0.53% | 0.92% | - |
| XYZ | 44.21 | 54.92 | 86.11 | - |
| YUV | 182.55 | 157.03 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 234 | 0.53 | 0.11 | 0 | 0.08 | 192.2 | 0.75 | 0.68 |
| Hex | 6F | D1 | EA | 35 | B | 0 | 8 | C0 | 4B | 44 |
| Octal | 157 | 321 | 352 | 65 | 13 | 0 | 10 | 300 | 113 | 104 |
| Binary | 1101111 | 11010001 | 11101010 | 110101 | 1011 | 0 | 1000 | 11000000 | 1001011 | 1000100 |
Color Harmonies of #6FD1EA
Complementary color
Monochromatic Colors of #6FD1EA
Black with #6FD1EA
Text Example
Text Example
White with #6FD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD1EA; }
p { color: rgb(111,209,234); }
H1.HeaderClassName
{
color: #6FD1EA;
}
.AnyTagClassName
{
color: #6FD1EA;
}
</style>
background-color css
<style>
a { background-color: #6FD1EA; }
a { background-color: rgb(111,209,234); }
div.DivClassName
{
background-color: #6FD1EA;
}
.BgClassName
{
background-color: #6FD1EA;
}
</style>
border-color css
<style>
span { border-color: #6FD1EA; }
span { border-color: rgb(111,209,234); }
td.TdClassName
{
border-color: #6FD1EA;
}
.TagClassName
{
border-color: #6FD1EA;
}
</style>