Shades of Turquoise Blue #6BDBF0
Tints of Turquoise Blue #6BDBF0
RGB
CMYK
RGB Variations
Color information
#6BDBF0 (or 0x6BDBF0) is known color: Turquoise Blue. HEX triplet: 6B, DB and F0. RGB value is (107,219,240). Sum of RGB (Red+Green+Blue) = 107+219+240=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BDBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBF0 is #94240F. Grayscale: #BBBBBB. Windows color (decimal): -9708560 or 15784811. OLE color: 15784811.
HSL color Cylindrical-coordinate representation of color #6BDBF0: hue angle of 189.47º 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 #6BDBF0 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 219 | 240 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.06 |
| HSL | 189.47º | 0.82% | 0.68% | - |
| HSV(B) | 189.47º | 0.55% | 0.94% | - |
| XYZ | 47.12 | 60.08 | 91.55 | - |
| YUV | 187.91 | 157.39 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 240 | 0.55 | 0.09 | 0 | 0.06 | 189.47 | 0.82 | 0.68 |
| Hex | 6B | DB | F0 | 37 | 9 | 0 | 6 | BD | 52 | 44 |
| Octal | 153 | 333 | 360 | 67 | 11 | 0 | 6 | 275 | 122 | 104 |
| Binary | 1101011 | 11011011 | 11110000 | 110111 | 1001 | 0 | 110 | 10111101 | 1010010 | 1000100 |
Color Harmonies of #6BDBF0
Complementary color
Monochromatic Colors of #6BDBF0
Black with #6BDBF0
Text Example
Text Example
White with #6BDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBF0; }
p { color: rgb(107,219,240); }
H1.HeaderClassName
{
color: #6BDBF0;
}
.AnyTagClassName
{
color: #6BDBF0;
}
</style>
background-color css
<style>
a { background-color: #6BDBF0; }
a { background-color: rgb(107,219,240); }
div.DivClassName
{
background-color: #6BDBF0;
}
.BgClassName
{
background-color: #6BDBF0;
}
</style>
border-color css
<style>
span { border-color: #6BDBF0; }
span { border-color: rgb(107,219,240); }
td.TdClassName
{
border-color: #6BDBF0;
}
.TagClassName
{
border-color: #6BDBF0;
}
</style>