Shades of Turquoise Blue #6CE0FB
Tints of Turquoise Blue #6CE0FB
RGB
CMYK
RGB Variations
Color information
#6CE0FB (or 0x6CE0FB) is known color: Turquoise Blue. HEX triplet: 6C, E0 and FB. RGB value is (108,224,251). Sum of RGB (Red+Green+Blue) = 108+224+251=583 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.52% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #6CE0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE0FB is #931F04. Grayscale: #C0C0C0. Windows color (decimal): -9641733 or 16506988. OLE color: 16506988.
HSL color Cylindrical-coordinate representation of color #6CE0FB: hue angle of 191.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CE0FB is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 224 | 251 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.02 |
| HSL | 191.33º | 0.95% | 0.7% | - |
| HSV(B) | 191.33º | 0.57% | 0.98% | - |
| XYZ | 50.25 | 63.46 | 100.87 | - |
| YUV | 192.39 | 161.07 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 251 | 0.57 | 0.11 | 0 | 0.02 | 191.33 | 0.95 | 0.7 |
| Hex | 6C | E0 | FB | 39 | B | 0 | 2 | BF | 5F | 46 |
| Octal | 154 | 340 | 373 | 71 | 13 | 0 | 2 | 277 | 137 | 106 |
| Binary | 1101100 | 11100000 | 11111011 | 111001 | 1011 | 0 | 10 | 10111111 | 1011111 | 1000110 |
Color Harmonies of #6CE0FB
Complementary color
Monochromatic Colors of #6CE0FB
Black with #6CE0FB
Text Example
Text Example
White with #6CE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE0FB; }
p { color: rgb(108,224,251); }
H1.HeaderClassName
{
color: #6CE0FB;
}
.AnyTagClassName
{
color: #6CE0FB;
}
</style>
background-color css
<style>
a { background-color: #6CE0FB; }
a { background-color: rgb(108,224,251); }
div.DivClassName
{
background-color: #6CE0FB;
}
.BgClassName
{
background-color: #6CE0FB;
}
</style>
border-color css
<style>
span { border-color: #6CE0FB; }
span { border-color: rgb(108,224,251); }
td.TdClassName
{
border-color: #6CE0FB;
}
.TagClassName
{
border-color: #6CE0FB;
}
</style>