Shades of Bright Turquoise #15EFF3
Tints of Bright Turquoise #15EFF3
RGB
CMYK
RGB Variations
Color information
#15EFF3 (or 0x15EFF3) is known color: Bright Turquoise. HEX triplet: 15, EF and F3. RGB value is (21,239,243). Sum of RGB (Red+Green+Blue) = 21+239+243=503 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.17% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #15EFF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EFF3 is #EA100C. Grayscale: #AEAEAE. Windows color (decimal): -15339533 or 15986453. OLE color: 15986453.
HSL color Cylindrical-coordinate representation of color #15EFF3: hue angle of 181.08º 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 #15EFF3 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 239 | 243 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.05 |
| HSL | 181.08º | 0.9% | 0.52% | - |
| HSV(B) | 181.08º | 0.91% | 0.95% | - |
| XYZ | 47.35 | 68.36 | 95.49 | - |
| YUV | 174.27 | 166.78 | 18.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 239 | 243 | 0.91 | 0.02 | 0 | 0.05 | 181.08 | 0.9 | 0.52 |
| Hex | 15 | EF | F3 | 5B | 2 | 0 | 5 | B5 | 5A | 34 |
| Octal | 25 | 357 | 363 | 133 | 2 | 0 | 5 | 265 | 132 | 64 |
| Binary | 10101 | 11101111 | 11110011 | 1011011 | 10 | 0 | 101 | 10110101 | 1011010 | 110100 |
Color Harmonies of #15EFF3
Complementary color
Monochromatic Colors of #15EFF3
Black with #15EFF3
Text Example
Text Example
White with #15EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EFF3; }
p { color: rgb(21,239,243); }
H1.HeaderClassName
{
color: #15EFF3;
}
.AnyTagClassName
{
color: #15EFF3;
}
</style>
background-color css
<style>
a { background-color: #15EFF3; }
a { background-color: rgb(21,239,243); }
div.DivClassName
{
background-color: #15EFF3;
}
.BgClassName
{
background-color: #15EFF3;
}
</style>
border-color css
<style>
span { border-color: #15EFF3; }
span { border-color: rgb(21,239,243); }
td.TdClassName
{
border-color: #15EFF3;
}
.TagClassName
{
border-color: #15EFF3;
}
</style>