Shades of Bright Turquoise #15EFC4
Tints of Bright Turquoise #15EFC4
RGB
CMYK
RGB Variations
Color information
#15EFC4 (or 0x15EFC4) is known color: Bright Turquoise. HEX triplet: 15, EF and C4. RGB value is (21,239,196). Sum of RGB (Red+Green+Blue) = 21+239+196=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #15EFC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EFC4 is #EA103B. Grayscale: #A8A8A8. Windows color (decimal): -15339580 or 12906261. OLE color: 12906261.
HSL color Cylindrical-coordinate representation of color #15EFC4: hue angle of 168.17º 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 #15EFC4 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 239 | 196 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.06 |
| HSL | 168.17º | 0.87% | 0.51% | - |
| HSV(B) | 168.17º | 0.91% | 0.94% | - |
| XYZ | 41.14 | 65.88 | 62.77 | - |
| YUV | 168.92 | 143.28 | 22.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 239 | 196 | 0.91 | 0 | 0.18 | 0.06 | 168.17 | 0.87 | 0.51 |
| Hex | 15 | EF | C4 | 5B | 0 | 12 | 6 | A8 | 57 | 33 |
| Octal | 25 | 357 | 304 | 133 | 0 | 22 | 6 | 250 | 127 | 63 |
| Binary | 10101 | 11101111 | 11000100 | 1011011 | 0 | 10010 | 110 | 10101000 | 1010111 | 110011 |
Color Harmonies of #15EFC4
Complementary color
Monochromatic Colors of #15EFC4
Black with #15EFC4
Text Example
Text Example
White with #15EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EFC4; }
p { color: rgb(21,239,196); }
H1.HeaderClassName
{
color: #15EFC4;
}
.AnyTagClassName
{
color: #15EFC4;
}
</style>
background-color css
<style>
a { background-color: #15EFC4; }
a { background-color: rgb(21,239,196); }
div.DivClassName
{
background-color: #15EFC4;
}
.BgClassName
{
background-color: #15EFC4;
}
</style>
border-color css
<style>
span { border-color: #15EFC4; }
span { border-color: rgb(21,239,196); }
td.TdClassName
{
border-color: #15EFC4;
}
.TagClassName
{
border-color: #15EFC4;
}
</style>