Shades of Turquoise Blue #6FE5FD
Tints of Turquoise Blue #6FE5FD
RGB
CMYK
RGB Variations
Color information
#6FE5FD (or 0x6FE5FD) is known color: Turquoise Blue. HEX triplet: 6F, E5 and FD. RGB value is (111,229,253). Sum of RGB (Red+Green+Blue) = 111+229+253=593 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.72% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FE5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE5FD is #901A02. Grayscale: #C4C4C4. Windows color (decimal): -9443843 or 16639343. OLE color: 16639343.
HSL color Cylindrical-coordinate representation of color #6FE5FD: hue angle of 190.14º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FE5FD is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 229 | 253 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.01 |
| HSL | 190.14º | 0.97% | 0.71% | - |
| HSV(B) | 190.14º | 0.56% | 0.99% | - |
| XYZ | 52.3 | 66.51 | 103.01 | - |
| YUV | 196.45 | 159.91 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 253 | 0.56 | 0.09 | 0 | 0.01 | 190.14 | 0.97 | 0.71 |
| Hex | 6F | E5 | FD | 38 | 9 | 0 | 1 | BE | 61 | 47 |
| Octal | 157 | 345 | 375 | 70 | 11 | 0 | 1 | 276 | 141 | 107 |
| Binary | 1101111 | 11100101 | 11111101 | 111000 | 1001 | 0 | 1 | 10111110 | 1100001 | 1000111 |
Color Harmonies of #6FE5FD
Complementary color
Monochromatic Colors of #6FE5FD
Black with #6FE5FD
Text Example
Text Example
White with #6FE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5FD; }
p { color: rgb(111,229,253); }
H1.HeaderClassName
{
color: #6FE5FD;
}
.AnyTagClassName
{
color: #6FE5FD;
}
</style>
background-color css
<style>
a { background-color: #6FE5FD; }
a { background-color: rgb(111,229,253); }
div.DivClassName
{
background-color: #6FE5FD;
}
.BgClassName
{
background-color: #6FE5FD;
}
</style>
border-color css
<style>
span { border-color: #6FE5FD; }
span { border-color: rgb(111,229,253); }
td.TdClassName
{
border-color: #6FE5FD;
}
.TagClassName
{
border-color: #6FE5FD;
}
</style>