Shades of Turquoise Blue #6CE0FE
Tints of Turquoise Blue #6CE0FE
RGB
CMYK
RGB Variations
Color information
#6CE0FE (or 0x6CE0FE) is known color: Turquoise Blue. HEX triplet: 6C, E0 and FE. RGB value is (108,224,254). Sum of RGB (Red+Green+Blue) = 108+224+254=586 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.43% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CE0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE0FE is #931F01. Grayscale: #C0C0C0. Windows color (decimal): -9641730 or 16703596. OLE color: 16703596.
HSL color Cylindrical-coordinate representation of color #6CE0FE: hue angle of 192.33º 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 #6CE0FE is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 224 | 254 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.00 |
| HSL | 192.33º | 0.99% | 0.71% | - |
| HSV(B) | 192.33º | 0.57% | 1% | - |
| XYZ | 50.73 | 63.66 | 103.38 | - |
| YUV | 192.74 | 162.57 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 254 | 0.57 | 0.12 | 0 | 0.00 | 192.33 | 0.99 | 0.71 |
| Hex | 6C | E0 | FE | 39 | C | 0 | 0 | C0 | 63 | 47 |
| Octal | 154 | 340 | 376 | 71 | 14 | 0 | 0 | 300 | 143 | 107 |
| Binary | 1101100 | 11100000 | 11111110 | 111001 | 1100 | 0 | 0 | 11000000 | 1100011 | 1000111 |
Color Harmonies of #6CE0FE
Complementary color
Monochromatic Colors of #6CE0FE
Black with #6CE0FE
Text Example
Text Example
White with #6CE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE0FE; }
p { color: rgb(108,224,254); }
H1.HeaderClassName
{
color: #6CE0FE;
}
.AnyTagClassName
{
color: #6CE0FE;
}
</style>
background-color css
<style>
a { background-color: #6CE0FE; }
a { background-color: rgb(108,224,254); }
div.DivClassName
{
background-color: #6CE0FE;
}
.BgClassName
{
background-color: #6CE0FE;
}
</style>
border-color css
<style>
span { border-color: #6CE0FE; }
span { border-color: rgb(108,224,254); }
td.TdClassName
{
border-color: #6CE0FE;
}
.TagClassName
{
border-color: #6CE0FE;
}
</style>