Shades of Turquoise Blue #6FEEEF
Tints of Turquoise Blue #6FEEEF
RGB
CMYK
RGB Variations
Color information
#6FEEEF (or 0x6FEEEF) is known color: Turquoise Blue. HEX triplet: 6F, EE and EF. RGB value is (111,238,239). Sum of RGB (Red+Green+Blue) = 111+238+239=588 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.88% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FEEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEEEF is #901110. Grayscale: #C8C8C8. Windows color (decimal): -9441553 or 15724143. OLE color: 15724143.
HSL color Cylindrical-coordinate representation of color #6FEEEF: hue angle of 180.47º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FEEEF is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 238 | 239 | - |
| CMYK | 0.54 | 0.00 | 0 | 0.06 |
| HSL | 180.47º | 0.8% | 0.69% | - |
| HSV(B) | 180.47º | 0.54% | 0.94% | - |
| XYZ | 52.71 | 70.76 | 92.54 | - |
| YUV | 200.14 | 149.92 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 239 | 0.54 | 0.00 | 0 | 0.06 | 180.47 | 0.8 | 0.69 |
| Hex | 6F | EE | EF | 36 | 0 | 0 | 6 | B4 | 50 | 45 |
| Octal | 157 | 356 | 357 | 66 | 0 | 0 | 6 | 264 | 120 | 105 |
| Binary | 1101111 | 11101110 | 11101111 | 110110 | 0 | 0 | 110 | 10110100 | 1010000 | 1000101 |
Color Harmonies of #6FEEEF
Complementary color
Monochromatic Colors of #6FEEEF
Black with #6FEEEF
Text Example
Text Example
White with #6FEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEEEF; }
p { color: rgb(111,238,239); }
H1.HeaderClassName
{
color: #6FEEEF;
}
.AnyTagClassName
{
color: #6FEEEF;
}
</style>
background-color css
<style>
a { background-color: #6FEEEF; }
a { background-color: rgb(111,238,239); }
div.DivClassName
{
background-color: #6FEEEF;
}
.BgClassName
{
background-color: #6FEEEF;
}
</style>
border-color css
<style>
span { border-color: #6FEEEF; }
span { border-color: rgb(111,238,239); }
td.TdClassName
{
border-color: #6FEEEF;
}
.TagClassName
{
border-color: #6FEEEF;
}
</style>