Shades of Turquoise Blue #6BCFD8
Tints of Turquoise Blue #6BCFD8
RGB
CMYK
RGB Variations
Color information
#6BCFD8 (or 0x6BCFD8) is known color: Turquoise Blue. HEX triplet: 6B, CF and D8. RGB value is (107,207,216). Sum of RGB (Red+Green+Blue) = 107+207+216=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #6BCFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFD8 is #943027. Grayscale: #B1B1B1. Windows color (decimal): -9711656 or 14208875. OLE color: 14208875.
HSL color Cylindrical-coordinate representation of color #6BCFD8: hue angle of 184.95º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BCFD8 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 207 | 216 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.15 |
| HSL | 184.95º | 0.58% | 0.63% | - |
| HSV(B) | 184.95º | 0.5% | 0.85% | - |
| XYZ | 40.77 | 52.71 | 72.99 | - |
| YUV | 178.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 216 | 0.50 | 0.04 | 0 | 0.15 | 184.95 | 0.58 | 0.63 |
| Hex | 6B | CF | D8 | 32 | 4 | 0 | F | B9 | 3A | 3F |
| Octal | 153 | 317 | 330 | 62 | 4 | 0 | 17 | 271 | 72 | 77 |
| Binary | 1101011 | 11001111 | 11011000 | 110010 | 100 | 0 | 1111 | 10111001 | 111010 | 111111 |
Color Harmonies of #6BCFD8
Complementary color
Monochromatic Colors of #6BCFD8
Black with #6BCFD8
Text Example
Text Example
White with #6BCFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFD8; }
p { color: rgb(107,207,216); }
H1.HeaderClassName
{
color: #6BCFD8;
}
.AnyTagClassName
{
color: #6BCFD8;
}
</style>
background-color css
<style>
a { background-color: #6BCFD8; }
a { background-color: rgb(107,207,216); }
div.DivClassName
{
background-color: #6BCFD8;
}
.BgClassName
{
background-color: #6BCFD8;
}
</style>
border-color css
<style>
span { border-color: #6BCFD8; }
span { border-color: rgb(107,207,216); }
td.TdClassName
{
border-color: #6BCFD8;
}
.TagClassName
{
border-color: #6BCFD8;
}
</style>