Shades of Turquoise Blue #6BCFF1
Tints of Turquoise Blue #6BCFF1
RGB
CMYK
RGB Variations
Color information
#6BCFF1 (or 0x6BCFF1) is known color: Turquoise Blue. HEX triplet: 6B, CF and F1. RGB value is (107,207,241). Sum of RGB (Red+Green+Blue) = 107+207+241=555 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.28% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #6BCFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCFF1 is #94300E. Grayscale: #B4B4B4. Windows color (decimal): -9711631 or 15847275. OLE color: 15847275.
HSL color Cylindrical-coordinate representation of color #6BCFF1: hue angle of 195.22º 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 #6BCFF1 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 207 | 241 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.05 |
| HSL | 195.22º | 0.83% | 0.68% | - |
| HSV(B) | 195.22º | 0.56% | 0.95% | - |
| XYZ | 44.25 | 54.1 | 91.33 | - |
| YUV | 180.98 | 161.87 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 241 | 0.56 | 0.14 | 0 | 0.05 | 195.22 | 0.83 | 0.68 |
| Hex | 6B | CF | F1 | 38 | E | 0 | 5 | C3 | 53 | 44 |
| Octal | 153 | 317 | 361 | 70 | 16 | 0 | 5 | 303 | 123 | 104 |
| Binary | 1101011 | 11001111 | 11110001 | 111000 | 1110 | 0 | 101 | 11000011 | 1010011 | 1000100 |
Color Harmonies of #6BCFF1
Complementary color
Monochromatic Colors of #6BCFF1
Black with #6BCFF1
Text Example
Text Example
White with #6BCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFF1; }
p { color: rgb(107,207,241); }
H1.HeaderClassName
{
color: #6BCFF1;
}
.AnyTagClassName
{
color: #6BCFF1;
}
</style>
background-color css
<style>
a { background-color: #6BCFF1; }
a { background-color: rgb(107,207,241); }
div.DivClassName
{
background-color: #6BCFF1;
}
.BgClassName
{
background-color: #6BCFF1;
}
</style>
border-color css
<style>
span { border-color: #6BCFF1; }
span { border-color: rgb(107,207,241); }
td.TdClassName
{
border-color: #6BCFF1;
}
.TagClassName
{
border-color: #6BCFF1;
}
</style>