Shades of Turquoise Blue #6CE2F0
Tints of Turquoise Blue #6CE2F0
RGB
CMYK
RGB Variations
Color information
#6CE2F0 (or 0x6CE2F0) is known color: Turquoise Blue. HEX triplet: 6C, E2 and F0. RGB value is (108,226,240). Sum of RGB (Red+Green+Blue) = 108+226+240=574 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.82% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CE2F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE2F0 is #931D0F. Grayscale: #C0C0C0. Windows color (decimal): -9641232 or 15786604. OLE color: 15786604.
HSL color Cylindrical-coordinate representation of color #6CE2F0: hue angle of 186.36º degrees, saturation: 0.81, 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 #6CE2F0 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 226 | 240 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.06 |
| HSL | 186.36º | 0.81% | 0.68% | - |
| HSV(B) | 186.36º | 0.55% | 0.94% | - |
| XYZ | 49.11 | 63.87 | 92.18 | - |
| YUV | 192.31 | 154.91 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 226 | 240 | 0.55 | 0.06 | 0 | 0.06 | 186.36 | 0.81 | 0.68 |
| Hex | 6C | E2 | F0 | 37 | 6 | 0 | 6 | BA | 51 | 44 |
| Octal | 154 | 342 | 360 | 67 | 6 | 0 | 6 | 272 | 121 | 104 |
| Binary | 1101100 | 11100010 | 11110000 | 110111 | 110 | 0 | 110 | 10111010 | 1010001 | 1000100 |
Color Harmonies of #6CE2F0
Complementary color
Monochromatic Colors of #6CE2F0
Black with #6CE2F0
Text Example
Text Example
White with #6CE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE2F0; }
p { color: rgb(108,226,240); }
H1.HeaderClassName
{
color: #6CE2F0;
}
.AnyTagClassName
{
color: #6CE2F0;
}
</style>
background-color css
<style>
a { background-color: #6CE2F0; }
a { background-color: rgb(108,226,240); }
div.DivClassName
{
background-color: #6CE2F0;
}
.BgClassName
{
background-color: #6CE2F0;
}
</style>
border-color css
<style>
span { border-color: #6CE2F0; }
span { border-color: rgb(108,226,240); }
td.TdClassName
{
border-color: #6CE2F0;
}
.TagClassName
{
border-color: #6CE2F0;
}
</style>