Shades of Turquoise Blue #6FEFE5
Tints of Turquoise Blue #6FEFE5
RGB
CMYK
RGB Variations
Color information
#6FEFE5 (or 0x6FEFE5) is known color: Turquoise Blue. HEX triplet: 6F, EF and E5. RGB value is (111,239,229). Sum of RGB (Red+Green+Blue) = 111+239+229=579 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.17% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFE5 is #90101A. Grayscale: #C7C7C7. Windows color (decimal): -9441307 or 15069039. OLE color: 15069039.
HSL color Cylindrical-coordinate representation of color #6FEFE5: hue angle of 175.31º 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 #6FEFE5 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 229 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.06 |
| HSL | 175.31º | 0.8% | 0.69% | - |
| HSV(B) | 175.31º | 0.54% | 0.94% | - |
| XYZ | 51.56 | 70.77 | 85.07 | - |
| YUV | 199.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 229 | 0.54 | 0 | 0.04 | 0.06 | 175.31 | 0.8 | 0.69 |
| Hex | 6F | EF | E5 | 36 | 0 | 4 | 6 | AF | 50 | 45 |
| Octal | 157 | 357 | 345 | 66 | 0 | 4 | 6 | 257 | 120 | 105 |
| Binary | 1101111 | 11101111 | 11100101 | 110110 | 0 | 100 | 110 | 10101111 | 1010000 | 1000101 |
Color Harmonies of #6FEFE5
Complementary color
Monochromatic Colors of #6FEFE5
Black with #6FEFE5
Text Example
Text Example
White with #6FEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFE5; }
p { color: rgb(111,239,229); }
H1.HeaderClassName
{
color: #6FEFE5;
}
.AnyTagClassName
{
color: #6FEFE5;
}
</style>
background-color css
<style>
a { background-color: #6FEFE5; }
a { background-color: rgb(111,239,229); }
div.DivClassName
{
background-color: #6FEFE5;
}
.BgClassName
{
background-color: #6FEFE5;
}
</style>
border-color css
<style>
span { border-color: #6FEFE5; }
span { border-color: rgb(111,239,229); }
td.TdClassName
{
border-color: #6FEFE5;
}
.TagClassName
{
border-color: #6FEFE5;
}
</style>