Shades of Turquoise Blue #7FDEEF
Tints of Turquoise Blue #7FDEEF
RGB
CMYK
RGB Variations
Color information
#7FDEEF (or 0x7FDEEF) is known color: Turquoise Blue. HEX triplet: 7F, DE and EF. RGB value is (127,222,239). Sum of RGB (Red+Green+Blue) = 127+222+239=588 (77% of max value = 765). Red value is 127 (50% from 255 or 21.60% from 588); Green value is 222 (87.11% from 255 or 37.76% 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 #7FDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDEEF is #802110. Grayscale: #C3C3C3. Windows color (decimal): -8397073 or 15720063. OLE color: 15720063.
HSL color Cylindrical-coordinate representation of color #7FDEEF: hue angle of 189.11º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FDEEF is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 222 | 239 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.06 |
| HSL | 189.11º | 0.78% | 0.72% | - |
| HSV(B) | 189.11º | 0.47% | 0.94% | - |
| XYZ | 50.45 | 62.99 | 91.16 | - |
| YUV | 195.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 239 | 0.47 | 0.07 | 0 | 0.06 | 189.11 | 0.78 | 0.72 |
| Hex | 7F | DE | EF | 2F | 7 | 0 | 6 | BD | 4E | 48 |
| Octal | 177 | 336 | 357 | 57 | 7 | 0 | 6 | 275 | 116 | 110 |
| Binary | 1111111 | 11011110 | 11101111 | 101111 | 111 | 0 | 110 | 10111101 | 1001110 | 1001000 |
Color Harmonies of #7FDEEF
Complementary color
Monochromatic Colors of #7FDEEF
Black with #7FDEEF
Text Example
Text Example
White with #7FDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEEF; }
p { color: rgb(127,222,239); }
H1.HeaderClassName
{
color: #7FDEEF;
}
.AnyTagClassName
{
color: #7FDEEF;
}
</style>
background-color css
<style>
a { background-color: #7FDEEF; }
a { background-color: rgb(127,222,239); }
div.DivClassName
{
background-color: #7FDEEF;
}
.BgClassName
{
background-color: #7FDEEF;
}
</style>
border-color css
<style>
span { border-color: #7FDEEF; }
span { border-color: rgb(127,222,239); }
td.TdClassName
{
border-color: #7FDEEF;
}
.TagClassName
{
border-color: #7FDEEF;
}
</style>