Shades of Turquoise Blue #6BCFF0
Tints of Turquoise Blue #6BCFF0
RGB
CMYK
RGB Variations
Color information
#6BCFF0 (or 0x6BCFF0) is known color: Turquoise Blue. HEX triplet: 6B, CF and F0. RGB value is (107,207,240). Sum of RGB (Red+Green+Blue) = 107+207+240=554 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.31% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BCFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCFF0 is #94300F. Grayscale: #B4B4B4. Windows color (decimal): -9711632 or 15781739. OLE color: 15781739.
HSL color Cylindrical-coordinate representation of color #6BCFF0: hue angle of 194.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BCFF0 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 207 | 240 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.06 |
| HSL | 194.89º | 0.82% | 0.68% | - |
| HSV(B) | 194.89º | 0.55% | 0.94% | - |
| XYZ | 44.1 | 54.04 | 90.54 | - |
| YUV | 180.86 | 161.37 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 240 | 0.55 | 0.14 | 0 | 0.06 | 194.89 | 0.82 | 0.68 |
| Hex | 6B | CF | F0 | 37 | E | 0 | 6 | C3 | 52 | 44 |
| Octal | 153 | 317 | 360 | 67 | 16 | 0 | 6 | 303 | 122 | 104 |
| Binary | 1101011 | 11001111 | 11110000 | 110111 | 1110 | 0 | 110 | 11000011 | 1010010 | 1000100 |
Color Harmonies of #6BCFF0
Complementary color
Monochromatic Colors of #6BCFF0
Black with #6BCFF0
Text Example
Text Example
White with #6BCFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFF0; }
p { color: rgb(107,207,240); }
H1.HeaderClassName
{
color: #6BCFF0;
}
.AnyTagClassName
{
color: #6BCFF0;
}
</style>
background-color css
<style>
a { background-color: #6BCFF0; }
a { background-color: rgb(107,207,240); }
div.DivClassName
{
background-color: #6BCFF0;
}
.BgClassName
{
background-color: #6BCFF0;
}
</style>
border-color css
<style>
span { border-color: #6BCFF0; }
span { border-color: rgb(107,207,240); }
td.TdClassName
{
border-color: #6BCFF0;
}
.TagClassName
{
border-color: #6BCFF0;
}
</style>