Shades of Turquoise Blue #6BD1ED
Tints of Turquoise Blue #6BD1ED
RGB
CMYK
RGB Variations
Color information
#6BD1ED (or 0x6BD1ED) is known color: Turquoise Blue. HEX triplet: 6B, D1 and ED. RGB value is (107,209,237). Sum of RGB (Red+Green+Blue) = 107+209+237=553 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.35% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BD1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD1ED is #942E12. Grayscale: #B5B5B5. Windows color (decimal): -9711123 or 15585643. OLE color: 15585643.
HSL color Cylindrical-coordinate representation of color #6BD1ED: hue angle of 192.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BD1ED is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 209 | 237 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.07 |
| HSL | 192.92º | 0.78% | 0.67% | - |
| HSV(B) | 192.92º | 0.55% | 0.93% | - |
| XYZ | 44.15 | 54.84 | 88.38 | - |
| YUV | 181.69 | 159.21 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 209 | 237 | 0.55 | 0.12 | 0 | 0.07 | 192.92 | 0.78 | 0.67 |
| Hex | 6B | D1 | ED | 37 | C | 0 | 7 | C1 | 4E | 43 |
| Octal | 153 | 321 | 355 | 67 | 14 | 0 | 7 | 301 | 116 | 103 |
| Binary | 1101011 | 11010001 | 11101101 | 110111 | 1100 | 0 | 111 | 11000001 | 1001110 | 1000011 |
Color Harmonies of #6BD1ED
Complementary color
Monochromatic Colors of #6BD1ED
Black with #6BD1ED
Text Example
Text Example
White with #6BD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD1ED; }
p { color: rgb(107,209,237); }
H1.HeaderClassName
{
color: #6BD1ED;
}
.AnyTagClassName
{
color: #6BD1ED;
}
</style>
background-color css
<style>
a { background-color: #6BD1ED; }
a { background-color: rgb(107,209,237); }
div.DivClassName
{
background-color: #6BD1ED;
}
.BgClassName
{
background-color: #6BD1ED;
}
</style>
border-color css
<style>
span { border-color: #6BD1ED; }
span { border-color: rgb(107,209,237); }
td.TdClassName
{
border-color: #6BD1ED;
}
.TagClassName
{
border-color: #6BD1ED;
}
</style>