Shades of Turquoise Blue #6CE2FE
Tints of Turquoise Blue #6CE2FE
RGB
CMYK
RGB Variations
Color information
#6CE2FE (or 0x6CE2FE) is known color: Turquoise Blue. HEX triplet: 6C, E2 and FE. RGB value is (108,226,254). Sum of RGB (Red+Green+Blue) = 108+226+254=588 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.37% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CE2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE2FE is #931D01. Grayscale: #C1C1C1. Windows color (decimal): -9641218 or 16704108. OLE color: 16704108.
HSL color Cylindrical-coordinate representation of color #6CE2FE: hue angle of 191.51º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CE2FE is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 226 | 254 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.00 |
| HSL | 191.51º | 0.99% | 0.71% | - |
| HSV(B) | 191.51º | 0.57% | 1% | - |
| XYZ | 51.27 | 64.74 | 103.56 | - |
| YUV | 193.91 | 161.91 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 226 | 254 | 0.57 | 0.11 | 0 | 0.00 | 191.51 | 0.99 | 0.71 |
| Hex | 6C | E2 | FE | 39 | B | 0 | 0 | C0 | 63 | 47 |
| Octal | 154 | 342 | 376 | 71 | 13 | 0 | 0 | 300 | 143 | 107 |
| Binary | 1101100 | 11100010 | 11111110 | 111001 | 1011 | 0 | 0 | 11000000 | 1100011 | 1000111 |
Color Harmonies of #6CE2FE
Complementary color
Monochromatic Colors of #6CE2FE
Black with #6CE2FE
Text Example
Text Example
White with #6CE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE2FE; }
p { color: rgb(108,226,254); }
H1.HeaderClassName
{
color: #6CE2FE;
}
.AnyTagClassName
{
color: #6CE2FE;
}
</style>
background-color css
<style>
a { background-color: #6CE2FE; }
a { background-color: rgb(108,226,254); }
div.DivClassName
{
background-color: #6CE2FE;
}
.BgClassName
{
background-color: #6CE2FE;
}
</style>
border-color css
<style>
span { border-color: #6CE2FE; }
span { border-color: rgb(108,226,254); }
td.TdClassName
{
border-color: #6CE2FE;
}
.TagClassName
{
border-color: #6CE2FE;
}
</style>