Shades of Bright Turquoise #15F3E5
Tints of Bright Turquoise #15F3E5
RGB
CMYK
RGB Variations
Color information
#15F3E5 (or 0x15F3E5) is known color: Bright Turquoise. HEX triplet: 15, F3 and E5. RGB value is (21,243,229). Sum of RGB (Red+Green+Blue) = 21+243+229=493 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.26% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #15F3E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F3E5 is #EA0C1A. Grayscale: #AEAEAE. Windows color (decimal): -15338523 or 15069973. OLE color: 15069973.
HSL color Cylindrical-coordinate representation of color #15F3E5: hue angle of 176.22º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F3E5 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 243 | 229 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.05 |
| HSL | 176.22º | 0.9% | 0.52% | - |
| HSV(B) | 176.22º | 0.91% | 0.95% | - |
| XYZ | 46.5 | 69.92 | 85.17 | - |
| YUV | 175.03 | 158.45 | 18.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 243 | 229 | 0.91 | 0 | 0.06 | 0.05 | 176.22 | 0.9 | 0.52 |
| Hex | 15 | F3 | E5 | 5B | 0 | 6 | 5 | B0 | 5A | 34 |
| Octal | 25 | 363 | 345 | 133 | 0 | 6 | 5 | 260 | 132 | 64 |
| Binary | 10101 | 11110011 | 11100101 | 1011011 | 0 | 110 | 101 | 10110000 | 1011010 | 110100 |
Color Harmonies of #15F3E5
Complementary color
Monochromatic Colors of #15F3E5
Black with #15F3E5
Text Example
Text Example
White with #15F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F3E5; }
p { color: rgb(21,243,229); }
H1.HeaderClassName
{
color: #15F3E5;
}
.AnyTagClassName
{
color: #15F3E5;
}
</style>
background-color css
<style>
a { background-color: #15F3E5; }
a { background-color: rgb(21,243,229); }
div.DivClassName
{
background-color: #15F3E5;
}
.BgClassName
{
background-color: #15F3E5;
}
</style>
border-color css
<style>
span { border-color: #15F3E5; }
span { border-color: rgb(21,243,229); }
td.TdClassName
{
border-color: #15F3E5;
}
.TagClassName
{
border-color: #15F3E5;
}
</style>