Shades of Turquoise Blue #6FD1E5
Tints of Turquoise Blue #6FD1E5
RGB
CMYK
RGB Variations
Color information
#6FD1E5 (or 0x6FD1E5) is known color: Turquoise Blue. HEX triplet: 6F, D1 and E5. RGB value is (111,209,229). Sum of RGB (Red+Green+Blue) = 111+209+229=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #6FD1E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD1E5 is #902E1A. Grayscale: #B5B5B5. Windows color (decimal): -9448987 or 15061359. OLE color: 15061359.
HSL color Cylindrical-coordinate representation of color #6FD1E5: hue angle of 190.17º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FD1E5 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 209 | 229 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.10 |
| HSL | 190.17º | 0.69% | 0.67% | - |
| HSV(B) | 190.17º | 0.52% | 0.9% | - |
| XYZ | 43.5 | 54.64 | 82.38 | - |
| YUV | 181.98 | 154.53 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 229 | 0.52 | 0.09 | 0 | 0.10 | 190.17 | 0.69 | 0.67 |
| Hex | 6F | D1 | E5 | 34 | 9 | 0 | A | BE | 45 | 43 |
| Octal | 157 | 321 | 345 | 64 | 11 | 0 | 12 | 276 | 105 | 103 |
| Binary | 1101111 | 11010001 | 11100101 | 110100 | 1001 | 0 | 1010 | 10111110 | 1000101 | 1000011 |
Color Harmonies of #6FD1E5
Complementary color
Monochromatic Colors of #6FD1E5
Black with #6FD1E5
Text Example
Text Example
White with #6FD1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD1E5; }
p { color: rgb(111,209,229); }
H1.HeaderClassName
{
color: #6FD1E5;
}
.AnyTagClassName
{
color: #6FD1E5;
}
</style>
background-color css
<style>
a { background-color: #6FD1E5; }
a { background-color: rgb(111,209,229); }
div.DivClassName
{
background-color: #6FD1E5;
}
.BgClassName
{
background-color: #6FD1E5;
}
</style>
border-color css
<style>
span { border-color: #6FD1E5; }
span { border-color: rgb(111,209,229); }
td.TdClassName
{
border-color: #6FD1E5;
}
.TagClassName
{
border-color: #6FD1E5;
}
</style>