Shades of Turquoise Blue #6CE1EF
Tints of Turquoise Blue #6CE1EF
RGB
CMYK
RGB Variations
Color information
#6CE1EF (or 0x6CE1EF) is known color: Turquoise Blue. HEX triplet: 6C, E1 and EF. RGB value is (108,225,239). Sum of RGB (Red+Green+Blue) = 108+225+239=572 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.88% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CE1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE1EF is #931E10. Grayscale: #BFBFBF. Windows color (decimal): -9641489 or 15720812. OLE color: 15720812.
HSL color Cylindrical-coordinate representation of color #6CE1EF: hue angle of 186.41º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CE1EF is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 225 | 239 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.06 |
| HSL | 186.41º | 0.8% | 0.68% | - |
| HSV(B) | 186.41º | 0.55% | 0.94% | - |
| XYZ | 48.69 | 63.27 | 91.31 | - |
| YUV | 191.61 | 154.74 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 225 | 239 | 0.55 | 0.06 | 0 | 0.06 | 186.41 | 0.8 | 0.68 |
| Hex | 6C | E1 | EF | 37 | 6 | 0 | 6 | BA | 50 | 44 |
| Octal | 154 | 341 | 357 | 67 | 6 | 0 | 6 | 272 | 120 | 104 |
| Binary | 1101100 | 11100001 | 11101111 | 110111 | 110 | 0 | 110 | 10111010 | 1010000 | 1000100 |
Color Harmonies of #6CE1EF
Complementary color
Monochromatic Colors of #6CE1EF
Black with #6CE1EF
Text Example
Text Example
White with #6CE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE1EF; }
p { color: rgb(108,225,239); }
H1.HeaderClassName
{
color: #6CE1EF;
}
.AnyTagClassName
{
color: #6CE1EF;
}
</style>
background-color css
<style>
a { background-color: #6CE1EF; }
a { background-color: rgb(108,225,239); }
div.DivClassName
{
background-color: #6CE1EF;
}
.BgClassName
{
background-color: #6CE1EF;
}
</style>
border-color css
<style>
span { border-color: #6CE1EF; }
span { border-color: rgb(108,225,239); }
td.TdClassName
{
border-color: #6CE1EF;
}
.TagClassName
{
border-color: #6CE1EF;
}
</style>