Shades of Bright Turquoise #15E7EF
Tints of Bright Turquoise #15E7EF
RGB
CMYK
RGB Variations
Color information
#15E7EF (or 0x15E7EF) is known color: Bright Turquoise. HEX triplet: 15, E7 and EF. RGB value is (21,231,239). Sum of RGB (Red+Green+Blue) = 21+231+239=491 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.28% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #15E7EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15E7EF is #EA1810. Grayscale: #A8A8A8. Windows color (decimal): -15341585 or 15722261. OLE color: 15722261.
HSL color Cylindrical-coordinate representation of color #15E7EF: hue angle of 182.2º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E7EF is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 231 | 239 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.06 |
| HSL | 182.2º | 0.87% | 0.51% | - |
| HSV(B) | 182.2º | 0.91% | 0.94% | - |
| XYZ | 44.47 | 63.54 | 91.58 | - |
| YUV | 169.12 | 167.43 | 22.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 231 | 239 | 0.91 | 0.03 | 0 | 0.06 | 182.2 | 0.87 | 0.51 |
| Hex | 15 | E7 | EF | 5B | 3 | 0 | 6 | B6 | 57 | 33 |
| Octal | 25 | 347 | 357 | 133 | 3 | 0 | 6 | 266 | 127 | 63 |
| Binary | 10101 | 11100111 | 11101111 | 1011011 | 11 | 0 | 110 | 10110110 | 1010111 | 110011 |
Color Harmonies of #15E7EF
Complementary color
Monochromatic Colors of #15E7EF
Black with #15E7EF
Text Example
Text Example
White with #15E7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E7EF; }
p { color: rgb(21,231,239); }
H1.HeaderClassName
{
color: #15E7EF;
}
.AnyTagClassName
{
color: #15E7EF;
}
</style>
background-color css
<style>
a { background-color: #15E7EF; }
a { background-color: rgb(21,231,239); }
div.DivClassName
{
background-color: #15E7EF;
}
.BgClassName
{
background-color: #15E7EF;
}
</style>
border-color css
<style>
span { border-color: #15E7EF; }
span { border-color: rgb(21,231,239); }
td.TdClassName
{
border-color: #15E7EF;
}
.TagClassName
{
border-color: #15E7EF;
}
</style>