Shades of Turquoise Blue #6BCEF1
Tints of Turquoise Blue #6BCEF1
RGB
CMYK
RGB Variations
Color information
#6BCEF1 (or 0x6BCEF1) is known color: Turquoise Blue. HEX triplet: 6B, CE and F1. RGB value is (107,206,241). Sum of RGB (Red+Green+Blue) = 107+206+241=554 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.31% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #6BCEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCEF1 is #94310E. Grayscale: #B4B4B4. Windows color (decimal): -9711887 or 15847019. OLE color: 15847019.
HSL color Cylindrical-coordinate representation of color #6BCEF1: hue angle of 195.67º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BCEF1 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 206 | 241 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.05 |
| HSL | 195.67º | 0.83% | 0.68% | - |
| HSV(B) | 195.67º | 0.56% | 0.95% | - |
| XYZ | 44.01 | 53.62 | 91.25 | - |
| YUV | 180.39 | 162.2 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 241 | 0.56 | 0.15 | 0 | 0.05 | 195.67 | 0.83 | 0.68 |
| Hex | 6B | CE | F1 | 38 | F | 0 | 5 | C4 | 53 | 44 |
| Octal | 153 | 316 | 361 | 70 | 17 | 0 | 5 | 304 | 123 | 104 |
| Binary | 1101011 | 11001110 | 11110001 | 111000 | 1111 | 0 | 101 | 11000100 | 1010011 | 1000100 |
Color Harmonies of #6BCEF1
Complementary color
Monochromatic Colors of #6BCEF1
Black with #6BCEF1
Text Example
Text Example
White with #6BCEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCEF1; }
p { color: rgb(107,206,241); }
H1.HeaderClassName
{
color: #6BCEF1;
}
.AnyTagClassName
{
color: #6BCEF1;
}
</style>
background-color css
<style>
a { background-color: #6BCEF1; }
a { background-color: rgb(107,206,241); }
div.DivClassName
{
background-color: #6BCEF1;
}
.BgClassName
{
background-color: #6BCEF1;
}
</style>
border-color css
<style>
span { border-color: #6BCEF1; }
span { border-color: rgb(107,206,241); }
td.TdClassName
{
border-color: #6BCEF1;
}
.TagClassName
{
border-color: #6BCEF1;
}
</style>