Shades of Turquoise Blue #6FE4FF
Tints of Turquoise Blue #6FE4FF
RGB
CMYK
RGB Variations
Color information
#6FE4FF (or 0x6FE4FF) is known color: Turquoise Blue. HEX triplet: 6F, E4 and FF. RGB value is (111,228,255). Sum of RGB (Red+Green+Blue) = 111+228+255=594 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.69% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FE4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE4FF is #901B00. Grayscale: #C3C3C3. Windows color (decimal): -9444097 or 16770159. OLE color: 16770159.
HSL color Cylindrical-coordinate representation of color #6FE4FF: hue angle of 191.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FE4FF is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 228 | 255 | - |
| CMYK | 0.56 | 0.11 | 0 | 0 |
| HSL | 191.25º | 1% | 0.72% | - |
| HSV(B) | 191.25º | 0.56% | 1% | - |
| XYZ | 52.35 | 66.09 | 104.6 | - |
| YUV | 196.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 228 | 255 | 0.56 | 0.11 | 0 | 0 | 191.25 | 1 | 0.72 |
| Hex | 6F | E4 | FF | 38 | B | 0 | 0 | BF | 64 | 48 |
| Octal | 157 | 344 | 377 | 70 | 13 | 0 | 0 | 277 | 144 | 110 |
| Binary | 1101111 | 11100100 | 11111111 | 111000 | 1011 | 0 | 0 | 10111111 | 1100100 | 1001000 |
Color Harmonies of #6FE4FF
Complementary color
Monochromatic Colors of #6FE4FF
Black with #6FE4FF
Text Example
Text Example
White with #6FE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE4FF; }
p { color: rgb(111,228,255); }
H1.HeaderClassName
{
color: #6FE4FF;
}
.AnyTagClassName
{
color: #6FE4FF;
}
</style>
background-color css
<style>
a { background-color: #6FE4FF; }
a { background-color: rgb(111,228,255); }
div.DivClassName
{
background-color: #6FE4FF;
}
.BgClassName
{
background-color: #6FE4FF;
}
</style>
border-color css
<style>
span { border-color: #6FE4FF; }
span { border-color: rgb(111,228,255); }
td.TdClassName
{
border-color: #6FE4FF;
}
.TagClassName
{
border-color: #6FE4FF;
}
</style>