Shades of Turquoise Blue #6FEFE4
Tints of Turquoise Blue #6FEFE4
RGB
CMYK
RGB Variations
Color information
#6FEFE4 (or 0x6FEFE4) is known color: Turquoise Blue. HEX triplet: 6F, EF and E4. RGB value is (111,239,228). Sum of RGB (Red+Green+Blue) = 111+239+228=578 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.20% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFE4 is #90101B. Grayscale: #C7C7C7. Windows color (decimal): -9441308 or 15003503. OLE color: 15003503.
HSL color Cylindrical-coordinate representation of color #6FEFE4: hue angle of 174.84º 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 #6FEFE4 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 228 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.06 |
| HSL | 174.84º | 0.8% | 0.69% | - |
| HSV(B) | 174.84º | 0.54% | 0.94% | - |
| XYZ | 51.43 | 70.71 | 84.34 | - |
| YUV | 199.47 | 144.09 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 228 | 0.54 | 0 | 0.05 | 0.06 | 174.84 | 0.8 | 0.69 |
| Hex | 6F | EF | E4 | 36 | 0 | 5 | 6 | AF | 50 | 45 |
| Octal | 157 | 357 | 344 | 66 | 0 | 5 | 6 | 257 | 120 | 105 |
| Binary | 1101111 | 11101111 | 11100100 | 110110 | 0 | 101 | 110 | 10101111 | 1010000 | 1000101 |
Color Harmonies of #6FEFE4
Complementary color
Monochromatic Colors of #6FEFE4
Black with #6FEFE4
Text Example
Text Example
White with #6FEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFE4; }
p { color: rgb(111,239,228); }
H1.HeaderClassName
{
color: #6FEFE4;
}
.AnyTagClassName
{
color: #6FEFE4;
}
</style>
background-color css
<style>
a { background-color: #6FEFE4; }
a { background-color: rgb(111,239,228); }
div.DivClassName
{
background-color: #6FEFE4;
}
.BgClassName
{
background-color: #6FEFE4;
}
</style>
border-color css
<style>
span { border-color: #6FEFE4; }
span { border-color: rgb(111,239,228); }
td.TdClassName
{
border-color: #6FEFE4;
}
.TagClassName
{
border-color: #6FEFE4;
}
</style>