Shades of Turquoise Blue #6FEBF2
Tints of Turquoise Blue #6FEBF2
RGB
CMYK
RGB Variations
Color information
#6FEBF2 (or 0x6FEBF2) is known color: Turquoise Blue. HEX triplet: 6F, EB and F2. RGB value is (111,235,242). Sum of RGB (Red+Green+Blue) = 111+235+242=588 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.88% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FEBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEBF2 is #90140D. Grayscale: #C6C6C6. Windows color (decimal): -9442318 or 15919983. OLE color: 15919983.
HSL color Cylindrical-coordinate representation of color #6FEBF2: hue angle of 183.21º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FEBF2 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 235 | 242 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.05 |
| HSL | 183.21º | 0.83% | 0.69% | - |
| HSV(B) | 183.21º | 0.54% | 0.95% | - |
| XYZ | 52.29 | 69.21 | 94.61 | - |
| YUV | 198.72 | 152.42 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 235 | 242 | 0.54 | 0.03 | 0 | 0.05 | 183.21 | 0.83 | 0.69 |
| Hex | 6F | EB | F2 | 36 | 3 | 0 | 5 | B7 | 53 | 45 |
| Octal | 157 | 353 | 362 | 66 | 3 | 0 | 5 | 267 | 123 | 105 |
| Binary | 1101111 | 11101011 | 11110010 | 110110 | 11 | 0 | 101 | 10110111 | 1010011 | 1000101 |
Color Harmonies of #6FEBF2
Complementary color
Monochromatic Colors of #6FEBF2
Black with #6FEBF2
Text Example
Text Example
White with #6FEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEBF2; }
p { color: rgb(111,235,242); }
H1.HeaderClassName
{
color: #6FEBF2;
}
.AnyTagClassName
{
color: #6FEBF2;
}
</style>
background-color css
<style>
a { background-color: #6FEBF2; }
a { background-color: rgb(111,235,242); }
div.DivClassName
{
background-color: #6FEBF2;
}
.BgClassName
{
background-color: #6FEBF2;
}
</style>
border-color css
<style>
span { border-color: #6FEBF2; }
span { border-color: rgb(111,235,242); }
td.TdClassName
{
border-color: #6FEBF2;
}
.TagClassName
{
border-color: #6FEBF2;
}
</style>