Shades of Bright Turquoise #15F3E6
Tints of Bright Turquoise #15F3E6
RGB
CMYK
RGB Variations
Color information
#15F3E6 (or 0x15F3E6) is known color: Bright Turquoise. HEX triplet: 15, F3 and E6. RGB value is (21,243,230). Sum of RGB (Red+Green+Blue) = 21+243+230=494 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.25% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #15F3E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F3E6 is #EA0C19. Grayscale: #AEAEAE. Windows color (decimal): -15338522 or 15135509. OLE color: 15135509.
HSL color Cylindrical-coordinate representation of color #15F3E6: hue angle of 176.49º 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 #15F3E6 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 243 | 230 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.05 |
| HSL | 176.49º | 0.9% | 0.52% | - |
| HSV(B) | 176.49º | 0.91% | 0.95% | - |
| XYZ | 46.64 | 69.97 | 85.91 | - |
| YUV | 175.14 | 158.95 | 18.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 243 | 230 | 0.91 | 0 | 0.05 | 0.05 | 176.49 | 0.9 | 0.52 |
| Hex | 15 | F3 | E6 | 5B | 0 | 5 | 5 | B0 | 5A | 34 |
| Octal | 25 | 363 | 346 | 133 | 0 | 5 | 5 | 260 | 132 | 64 |
| Binary | 10101 | 11110011 | 11100110 | 1011011 | 0 | 101 | 101 | 10110000 | 1011010 | 110100 |
Color Harmonies of #15F3E6
Complementary color
Monochromatic Colors of #15F3E6
Black with #15F3E6
Text Example
Text Example
White with #15F3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F3E6; }
p { color: rgb(21,243,230); }
H1.HeaderClassName
{
color: #15F3E6;
}
.AnyTagClassName
{
color: #15F3E6;
}
</style>
background-color css
<style>
a { background-color: #15F3E6; }
a { background-color: rgb(21,243,230); }
div.DivClassName
{
background-color: #15F3E6;
}
.BgClassName
{
background-color: #15F3E6;
}
</style>
border-color css
<style>
span { border-color: #15F3E6; }
span { border-color: rgb(21,243,230); }
td.TdClassName
{
border-color: #15F3E6;
}
.TagClassName
{
border-color: #15F3E6;
}
</style>