Shades of Turquoise Blue #6FE3FE
Tints of Turquoise Blue #6FE3FE
RGB
CMYK
RGB Variations
Color information
#6FE3FE (or 0x6FE3FE) is known color: Turquoise Blue. HEX triplet: 6F, E3 and FE. RGB value is (111,227,254). Sum of RGB (Red+Green+Blue) = 111+227+254=592 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.75% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FE3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE3FE is #901C01. Grayscale: #C3C3C3. Windows color (decimal): -9444354 or 16704367. OLE color: 16704367.
HSL color Cylindrical-coordinate representation of color #6FE3FE: hue angle of 191.33º 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 #6FE3FE is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 227 | 254 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.00 |
| HSL | 191.33º | 0.99% | 0.72% | - |
| HSV(B) | 191.33º | 0.56% | 1% | - |
| XYZ | 51.91 | 65.47 | 103.67 | - |
| YUV | 195.39 | 161.07 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 227 | 254 | 0.56 | 0.11 | 0 | 0.00 | 191.33 | 0.99 | 0.72 |
| Hex | 6F | E3 | FE | 38 | B | 0 | 0 | BF | 63 | 48 |
| Octal | 157 | 343 | 376 | 70 | 13 | 0 | 0 | 277 | 143 | 110 |
| Binary | 1101111 | 11100011 | 11111110 | 111000 | 1011 | 0 | 0 | 10111111 | 1100011 | 1001000 |
Color Harmonies of #6FE3FE
Complementary color
Monochromatic Colors of #6FE3FE
Black with #6FE3FE
Text Example
Text Example
White with #6FE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE3FE; }
p { color: rgb(111,227,254); }
H1.HeaderClassName
{
color: #6FE3FE;
}
.AnyTagClassName
{
color: #6FE3FE;
}
</style>
background-color css
<style>
a { background-color: #6FE3FE; }
a { background-color: rgb(111,227,254); }
div.DivClassName
{
background-color: #6FE3FE;
}
.BgClassName
{
background-color: #6FE3FE;
}
</style>
border-color css
<style>
span { border-color: #6FE3FE; }
span { border-color: rgb(111,227,254); }
td.TdClassName
{
border-color: #6FE3FE;
}
.TagClassName
{
border-color: #6FE3FE;
}
</style>