Shades of Turquoise Blue #6FD0EA
Tints of Turquoise Blue #6FD0EA
RGB
CMYK
RGB Variations
Color information
#6FD0EA (or 0x6FD0EA) is known color: Turquoise Blue. HEX triplet: 6F, D0 and EA. RGB value is (111,208,234). Sum of RGB (Red+Green+Blue) = 111+208+234=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FD0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD0EA is #902F15. Grayscale: #B5B5B5. Windows color (decimal): -9449238 or 15388783. OLE color: 15388783.
HSL color Cylindrical-coordinate representation of color #6FD0EA: hue angle of 192.68º 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 #6FD0EA is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 208 | 234 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.08 |
| HSL | 192.68º | 0.75% | 0.68% | - |
| HSV(B) | 192.68º | 0.53% | 0.92% | - |
| XYZ | 43.96 | 54.43 | 86.03 | - |
| YUV | 181.96 | 157.36 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 234 | 0.53 | 0.11 | 0 | 0.08 | 192.68 | 0.75 | 0.68 |
| Hex | 6F | D0 | EA | 35 | B | 0 | 8 | C1 | 4B | 44 |
| Octal | 157 | 320 | 352 | 65 | 13 | 0 | 10 | 301 | 113 | 104 |
| Binary | 1101111 | 11010000 | 11101010 | 110101 | 1011 | 0 | 1000 | 11000001 | 1001011 | 1000100 |
Color Harmonies of #6FD0EA
Complementary color
Monochromatic Colors of #6FD0EA
Black with #6FD0EA
Text Example
Text Example
White with #6FD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD0EA; }
p { color: rgb(111,208,234); }
H1.HeaderClassName
{
color: #6FD0EA;
}
.AnyTagClassName
{
color: #6FD0EA;
}
</style>
background-color css
<style>
a { background-color: #6FD0EA; }
a { background-color: rgb(111,208,234); }
div.DivClassName
{
background-color: #6FD0EA;
}
.BgClassName
{
background-color: #6FD0EA;
}
</style>
border-color css
<style>
span { border-color: #6FD0EA; }
span { border-color: rgb(111,208,234); }
td.TdClassName
{
border-color: #6FD0EA;
}
.TagClassName
{
border-color: #6FD0EA;
}
</style>