Shades of Turquoise Blue #6FDBED
Tints of Turquoise Blue #6FDBED
RGB
CMYK
RGB Variations
Color information
#6FDBED (or 0x6FDBED) is known color: Turquoise Blue. HEX triplet: 6F, DB and ED. RGB value is (111,219,237). Sum of RGB (Red+Green+Blue) = 111+219+237=567 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.58% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #6FDBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDBED is #902412. Grayscale: #BCBCBC. Windows color (decimal): -9446419 or 15588207. OLE color: 15588207.
HSL color Cylindrical-coordinate representation of color #6FDBED: hue angle of 188.57º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FDBED is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 219 | 237 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.07 |
| HSL | 188.57º | 0.78% | 0.68% | - |
| HSV(B) | 188.57º | 0.53% | 0.93% | - |
| XYZ | 47.17 | 60.16 | 89.25 | - |
| YUV | 188.76 | 155.22 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 237 | 0.53 | 0.08 | 0 | 0.07 | 188.57 | 0.78 | 0.68 |
| Hex | 6F | DB | ED | 35 | 8 | 0 | 7 | BD | 4E | 44 |
| Octal | 157 | 333 | 355 | 65 | 10 | 0 | 7 | 275 | 116 | 104 |
| Binary | 1101111 | 11011011 | 11101101 | 110101 | 1000 | 0 | 111 | 10111101 | 1001110 | 1000100 |
Color Harmonies of #6FDBED
Complementary color
Monochromatic Colors of #6FDBED
Black with #6FDBED
Text Example
Text Example
White with #6FDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBED; }
p { color: rgb(111,219,237); }
H1.HeaderClassName
{
color: #6FDBED;
}
.AnyTagClassName
{
color: #6FDBED;
}
</style>
background-color css
<style>
a { background-color: #6FDBED; }
a { background-color: rgb(111,219,237); }
div.DivClassName
{
background-color: #6FDBED;
}
.BgClassName
{
background-color: #6FDBED;
}
</style>
border-color css
<style>
span { border-color: #6FDBED; }
span { border-color: rgb(111,219,237); }
td.TdClassName
{
border-color: #6FDBED;
}
.TagClassName
{
border-color: #6FDBED;
}
</style>