Shades of Turquoise Blue #6FDAFE
Tints of Turquoise Blue #6FDAFE
RGB
CMYK
RGB Variations
Color information
#6FDAFE (or 0x6FDAFE) is known color: Turquoise Blue. HEX triplet: 6F, DA and FE. RGB value is (111,218,254). Sum of RGB (Red+Green+Blue) = 111+218+254=583 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.04% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FDAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDAFE is #902501. Grayscale: #BDBDBD. Windows color (decimal): -9446658 or 16702063. OLE color: 16702063.
HSL color Cylindrical-coordinate representation of color #6FDAFE: hue angle of 195.1º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDAFE is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 218 | 254 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.00 |
| HSL | 195.1º | 0.99% | 0.72% | - |
| HSV(B) | 195.1º | 0.56% | 1% | - |
| XYZ | 49.52 | 60.68 | 102.87 | - |
| YUV | 190.11 | 164.05 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 254 | 0.56 | 0.14 | 0 | 0.00 | 195.1 | 0.99 | 0.72 |
| Hex | 6F | DA | FE | 38 | E | 0 | 0 | C3 | 63 | 48 |
| Octal | 157 | 332 | 376 | 70 | 16 | 0 | 0 | 303 | 143 | 110 |
| Binary | 1101111 | 11011010 | 11111110 | 111000 | 1110 | 0 | 0 | 11000011 | 1100011 | 1001000 |
Color Harmonies of #6FDAFE
Complementary color
Monochromatic Colors of #6FDAFE
Black with #6FDAFE
Text Example
Text Example
White with #6FDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDAFE; }
p { color: rgb(111,218,254); }
H1.HeaderClassName
{
color: #6FDAFE;
}
.AnyTagClassName
{
color: #6FDAFE;
}
</style>
background-color css
<style>
a { background-color: #6FDAFE; }
a { background-color: rgb(111,218,254); }
div.DivClassName
{
background-color: #6FDAFE;
}
.BgClassName
{
background-color: #6FDAFE;
}
</style>
border-color css
<style>
span { border-color: #6FDAFE; }
span { border-color: rgb(111,218,254); }
td.TdClassName
{
border-color: #6FDAFE;
}
.TagClassName
{
border-color: #6FDAFE;
}
</style>