Shades of Turquoise Blue #6FCEEA
Tints of Turquoise Blue #6FCEEA
RGB
CMYK
RGB Variations
Color information
#6FCEEA (or 0x6FCEEA) is known color: Turquoise Blue. HEX triplet: 6F, CE and EA. RGB value is (111,206,234). Sum of RGB (Red+Green+Blue) = 111+206+234=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FCEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCEEA is #903115. Grayscale: #B4B4B4. Windows color (decimal): -9449750 or 15388271. OLE color: 15388271.
HSL color Cylindrical-coordinate representation of color #6FCEEA: hue angle of 193.66º 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 #6FCEEA is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 206 | 234 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.08 |
| HSL | 193.66º | 0.75% | 0.68% | - |
| HSV(B) | 193.66º | 0.53% | 0.92% | - |
| XYZ | 43.48 | 53.46 | 85.87 | - |
| YUV | 180.79 | 158.03 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 234 | 0.53 | 0.12 | 0 | 0.08 | 193.66 | 0.75 | 0.68 |
| Hex | 6F | CE | EA | 35 | C | 0 | 8 | C2 | 4B | 44 |
| Octal | 157 | 316 | 352 | 65 | 14 | 0 | 10 | 302 | 113 | 104 |
| Binary | 1101111 | 11001110 | 11101010 | 110101 | 1100 | 0 | 1000 | 11000010 | 1001011 | 1000100 |
Color Harmonies of #6FCEEA
Complementary color
Monochromatic Colors of #6FCEEA
Black with #6FCEEA
Text Example
Text Example
White with #6FCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEEA; }
p { color: rgb(111,206,234); }
H1.HeaderClassName
{
color: #6FCEEA;
}
.AnyTagClassName
{
color: #6FCEEA;
}
</style>
background-color css
<style>
a { background-color: #6FCEEA; }
a { background-color: rgb(111,206,234); }
div.DivClassName
{
background-color: #6FCEEA;
}
.BgClassName
{
background-color: #6FCEEA;
}
</style>
border-color css
<style>
span { border-color: #6FCEEA; }
span { border-color: rgb(111,206,234); }
td.TdClassName
{
border-color: #6FCEEA;
}
.TagClassName
{
border-color: #6FCEEA;
}
</style>