Shades of Turquoise Blue #6FDFFE
Tints of Turquoise Blue #6FDFFE
RGB
CMYK
RGB Variations
Color information
#6FDFFE (or 0x6FDFFE) is known color: Turquoise Blue. HEX triplet: 6F, DF and FE. RGB value is (111,223,254). Sum of RGB (Red+Green+Blue) = 111+223+254=588 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.88% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FDFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFFE is #902001. Grayscale: #C0C0C0. Windows color (decimal): -9445378 or 16703343. OLE color: 16703343.
HSL color Cylindrical-coordinate representation of color #6FDFFE: hue angle of 193.01º 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 #6FDFFE is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 223 | 254 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.00 |
| HSL | 193.01º | 0.99% | 0.72% | - |
| HSV(B) | 193.01º | 0.56% | 1% | - |
| XYZ | 50.83 | 63.31 | 103.31 | - |
| YUV | 193.05 | 162.39 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 254 | 0.56 | 0.12 | 0 | 0.00 | 193.01 | 0.99 | 0.72 |
| Hex | 6F | DF | FE | 38 | C | 0 | 0 | C1 | 63 | 48 |
| Octal | 157 | 337 | 376 | 70 | 14 | 0 | 0 | 301 | 143 | 110 |
| Binary | 1101111 | 11011111 | 11111110 | 111000 | 1100 | 0 | 0 | 11000001 | 1100011 | 1001000 |
Color Harmonies of #6FDFFE
Complementary color
Monochromatic Colors of #6FDFFE
Black with #6FDFFE
Text Example
Text Example
White with #6FDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFFE; }
p { color: rgb(111,223,254); }
H1.HeaderClassName
{
color: #6FDFFE;
}
.AnyTagClassName
{
color: #6FDFFE;
}
</style>
background-color css
<style>
a { background-color: #6FDFFE; }
a { background-color: rgb(111,223,254); }
div.DivClassName
{
background-color: #6FDFFE;
}
.BgClassName
{
background-color: #6FDFFE;
}
</style>
border-color css
<style>
span { border-color: #6FDFFE; }
span { border-color: rgb(111,223,254); }
td.TdClassName
{
border-color: #6FDFFE;
}
.TagClassName
{
border-color: #6FDFFE;
}
</style>