Shades of Turquoise Blue #6CE2F1
Tints of Turquoise Blue #6CE2F1
RGB
CMYK
RGB Variations
Color information
#6CE2F1 (or 0x6CE2F1) is known color: Turquoise Blue. HEX triplet: 6C, E2 and F1. RGB value is (108,226,241). Sum of RGB (Red+Green+Blue) = 108+226+241=575 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.78% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CE2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE2F1 is #931D0E. Grayscale: #C0C0C0. Windows color (decimal): -9641231 or 15852140. OLE color: 15852140.
HSL color Cylindrical-coordinate representation of color #6CE2F1: hue angle of 186.77º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CE2F1 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 226 | 241 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.05 |
| HSL | 186.77º | 0.83% | 0.68% | - |
| HSV(B) | 186.77º | 0.55% | 0.95% | - |
| XYZ | 49.26 | 63.93 | 92.96 | - |
| YUV | 192.43 | 155.41 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 226 | 241 | 0.55 | 0.06 | 0 | 0.05 | 186.77 | 0.83 | 0.68 |
| Hex | 6C | E2 | F1 | 37 | 6 | 0 | 5 | BB | 53 | 44 |
| Octal | 154 | 342 | 361 | 67 | 6 | 0 | 5 | 273 | 123 | 104 |
| Binary | 1101100 | 11100010 | 11110001 | 110111 | 110 | 0 | 101 | 10111011 | 1010011 | 1000100 |
Color Harmonies of #6CE2F1
Complementary color
Monochromatic Colors of #6CE2F1
Black with #6CE2F1
Text Example
Text Example
White with #6CE2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE2F1; }
p { color: rgb(108,226,241); }
H1.HeaderClassName
{
color: #6CE2F1;
}
.AnyTagClassName
{
color: #6CE2F1;
}
</style>
background-color css
<style>
a { background-color: #6CE2F1; }
a { background-color: rgb(108,226,241); }
div.DivClassName
{
background-color: #6CE2F1;
}
.BgClassName
{
background-color: #6CE2F1;
}
</style>
border-color css
<style>
span { border-color: #6CE2F1; }
span { border-color: rgb(108,226,241); }
td.TdClassName
{
border-color: #6CE2F1;
}
.TagClassName
{
border-color: #6CE2F1;
}
</style>