Shades of Turquoise Blue #6FD3E1
Tints of Turquoise Blue #6FD3E1
RGB
CMYK
RGB Variations
Color information
#6FD3E1 (or 0x6FD3E1) is known color: Turquoise Blue. HEX triplet: 6F, D3 and E1. RGB value is (111,211,225). Sum of RGB (Red+Green+Blue) = 111+211+225=547 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.29% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FD3E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD3E1 is #902C1E. Grayscale: #B6B6B6. Windows color (decimal): -9448479 or 14799727. OLE color: 14799727.
HSL color Cylindrical-coordinate representation of color #6FD3E1: hue angle of 187.37º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FD3E1 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 211 | 225 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.12 |
| HSL | 187.37º | 0.66% | 0.66% | - |
| HSV(B) | 187.37º | 0.51% | 0.88% | - |
| XYZ | 43.44 | 55.4 | 79.64 | - |
| YUV | 182.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 225 | 0.51 | 0.06 | 0 | 0.12 | 187.37 | 0.66 | 0.66 |
| Hex | 6F | D3 | E1 | 33 | 6 | 0 | C | BB | 42 | 42 |
| Octal | 157 | 323 | 341 | 63 | 6 | 0 | 14 | 273 | 102 | 102 |
| Binary | 1101111 | 11010011 | 11100001 | 110011 | 110 | 0 | 1100 | 10111011 | 1000010 | 1000010 |
Color Harmonies of #6FD3E1
Complementary color
Monochromatic Colors of #6FD3E1
Black with #6FD3E1
Text Example
Text Example
White with #6FD3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD3E1; }
p { color: rgb(111,211,225); }
H1.HeaderClassName
{
color: #6FD3E1;
}
.AnyTagClassName
{
color: #6FD3E1;
}
</style>
background-color css
<style>
a { background-color: #6FD3E1; }
a { background-color: rgb(111,211,225); }
div.DivClassName
{
background-color: #6FD3E1;
}
.BgClassName
{
background-color: #6FD3E1;
}
</style>
border-color css
<style>
span { border-color: #6FD3E1; }
span { border-color: rgb(111,211,225); }
td.TdClassName
{
border-color: #6FD3E1;
}
.TagClassName
{
border-color: #6FD3E1;
}
</style>