Shades of Turquoise Blue #6FD2EA
Tints of Turquoise Blue #6FD2EA
RGB
CMYK
RGB Variations
Color information
#6FD2EA (or 0x6FD2EA) is known color: Turquoise Blue. HEX triplet: 6F, D2 and EA. RGB value is (111,210,234). Sum of RGB (Red+Green+Blue) = 111+210+234=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FD2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD2EA is #902D15. Grayscale: #B6B6B6. Windows color (decimal): -9448726 or 15389295. OLE color: 15389295.
HSL color Cylindrical-coordinate representation of color #6FD2EA: hue angle of 191.71º 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 #6FD2EA is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 210 | 234 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.08 |
| HSL | 191.71º | 0.75% | 0.68% | - |
| HSV(B) | 191.71º | 0.53% | 0.92% | - |
| XYZ | 44.45 | 55.41 | 86.19 | - |
| YUV | 183.14 | 156.7 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 234 | 0.53 | 0.10 | 0 | 0.08 | 191.71 | 0.75 | 0.68 |
| Hex | 6F | D2 | EA | 35 | A | 0 | 8 | C0 | 4B | 44 |
| Octal | 157 | 322 | 352 | 65 | 12 | 0 | 10 | 300 | 113 | 104 |
| Binary | 1101111 | 11010010 | 11101010 | 110101 | 1010 | 0 | 1000 | 11000000 | 1001011 | 1000100 |
Color Harmonies of #6FD2EA
Complementary color
Monochromatic Colors of #6FD2EA
Black with #6FD2EA
Text Example
Text Example
White with #6FD2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD2EA; }
p { color: rgb(111,210,234); }
H1.HeaderClassName
{
color: #6FD2EA;
}
.AnyTagClassName
{
color: #6FD2EA;
}
</style>
background-color css
<style>
a { background-color: #6FD2EA; }
a { background-color: rgb(111,210,234); }
div.DivClassName
{
background-color: #6FD2EA;
}
.BgClassName
{
background-color: #6FD2EA;
}
</style>
border-color css
<style>
span { border-color: #6FD2EA; }
span { border-color: rgb(111,210,234); }
td.TdClassName
{
border-color: #6FD2EA;
}
.TagClassName
{
border-color: #6FD2EA;
}
</style>