Shades of Turquoise Blue #6FD4EF
Tints of Turquoise Blue #6FD4EF
RGB
CMYK
RGB Variations
Color information
#6FD4EF (or 0x6FD4EF) is known color: Turquoise Blue. HEX triplet: 6F, D4 and EF. RGB value is (111,212,239). Sum of RGB (Red+Green+Blue) = 111+212+239=562 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.75% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FD4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD4EF is #902B10. Grayscale: #B8B8B8. Windows color (decimal): -9448209 or 15717487. OLE color: 15717487.
HSL color Cylindrical-coordinate representation of color #6FD4EF: hue angle of 192.66º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FD4EF is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 212 | 239 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.06 |
| HSL | 192.66º | 0.8% | 0.69% | - |
| HSV(B) | 192.66º | 0.54% | 0.94% | - |
| XYZ | 45.68 | 56.7 | 90.2 | - |
| YUV | 184.88 | 158.54 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 239 | 0.54 | 0.11 | 0 | 0.06 | 192.66 | 0.8 | 0.69 |
| Hex | 6F | D4 | EF | 36 | B | 0 | 6 | C1 | 50 | 45 |
| Octal | 157 | 324 | 357 | 66 | 13 | 0 | 6 | 301 | 120 | 105 |
| Binary | 1101111 | 11010100 | 11101111 | 110110 | 1011 | 0 | 110 | 11000001 | 1010000 | 1000101 |
Color Harmonies of #6FD4EF
Complementary color
Monochromatic Colors of #6FD4EF
Black with #6FD4EF
Text Example
Text Example
White with #6FD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD4EF; }
p { color: rgb(111,212,239); }
H1.HeaderClassName
{
color: #6FD4EF;
}
.AnyTagClassName
{
color: #6FD4EF;
}
</style>
background-color css
<style>
a { background-color: #6FD4EF; }
a { background-color: rgb(111,212,239); }
div.DivClassName
{
background-color: #6FD4EF;
}
.BgClassName
{
background-color: #6FD4EF;
}
</style>
border-color css
<style>
span { border-color: #6FD4EF; }
span { border-color: rgb(111,212,239); }
td.TdClassName
{
border-color: #6FD4EF;
}
.TagClassName
{
border-color: #6FD4EF;
}
</style>