Shades of Bright Turquoise #15EEF2
Tints of Bright Turquoise #15EEF2
RGB
CMYK
RGB Variations
Color information
#15EEF2 (or 0x15EEF2) is known color: Bright Turquoise. HEX triplet: 15, EE and F2. RGB value is (21,238,242). Sum of RGB (Red+Green+Blue) = 21+238+242=501 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.19% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #15EEF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EEF2 is #EA110D. Grayscale: #ADADAD. Windows color (decimal): -15339790 or 15920661. OLE color: 15920661.
HSL color Cylindrical-coordinate representation of color #15EEF2: hue angle of 181.09º degrees, saturation: 0.89, 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 #15EEF2 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 238 | 242 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.05 |
| HSL | 181.09º | 0.89% | 0.52% | - |
| HSV(B) | 181.09º | 0.91% | 0.95% | - |
| XYZ | 46.91 | 67.72 | 94.6 | - |
| YUV | 173.57 | 166.61 | 19.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 242 | 0.91 | 0.02 | 0 | 0.05 | 181.09 | 0.89 | 0.52 |
| Hex | 15 | EE | F2 | 5B | 2 | 0 | 5 | B5 | 59 | 34 |
| Octal | 25 | 356 | 362 | 133 | 2 | 0 | 5 | 265 | 131 | 64 |
| Binary | 10101 | 11101110 | 11110010 | 1011011 | 10 | 0 | 101 | 10110101 | 1011001 | 110100 |
Color Harmonies of #15EEF2
Complementary color
Monochromatic Colors of #15EEF2
Black with #15EEF2
Text Example
Text Example
White with #15EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EEF2; }
p { color: rgb(21,238,242); }
H1.HeaderClassName
{
color: #15EEF2;
}
.AnyTagClassName
{
color: #15EEF2;
}
</style>
background-color css
<style>
a { background-color: #15EEF2; }
a { background-color: rgb(21,238,242); }
div.DivClassName
{
background-color: #15EEF2;
}
.BgClassName
{
background-color: #15EEF2;
}
</style>
border-color css
<style>
span { border-color: #15EEF2; }
span { border-color: rgb(21,238,242); }
td.TdClassName
{
border-color: #15EEF2;
}
.TagClassName
{
border-color: #15EEF2;
}
</style>