Shades of Bright Turquoise #15EAF2
Tints of Bright Turquoise #15EAF2
RGB
CMYK
RGB Variations
Color information
#15EAF2 (or 0x15EAF2) is known color: Bright Turquoise. HEX triplet: 15, EA and F2. RGB value is (21,234,242). Sum of RGB (Red+Green+Blue) = 21+234+242=497 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #15EAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EAF2 is #EA150D. Grayscale: #AAAAAA. Windows color (decimal): -15340814 or 15919637. OLE color: 15919637.
HSL color Cylindrical-coordinate representation of color #15EAF2: hue angle of 182.17º 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 #15EAF2 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 234 | 242 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.05 |
| HSL | 182.17º | 0.89% | 0.52% | - |
| HSV(B) | 182.17º | 0.91% | 0.95% | - |
| XYZ | 45.76 | 65.42 | 94.22 | - |
| YUV | 171.23 | 167.93 | 20.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 234 | 242 | 0.91 | 0.03 | 0 | 0.05 | 182.17 | 0.89 | 0.52 |
| Hex | 15 | EA | F2 | 5B | 3 | 0 | 5 | B6 | 59 | 34 |
| Octal | 25 | 352 | 362 | 133 | 3 | 0 | 5 | 266 | 131 | 64 |
| Binary | 10101 | 11101010 | 11110010 | 1011011 | 11 | 0 | 101 | 10110110 | 1011001 | 110100 |
Color Harmonies of #15EAF2
Complementary color
Monochromatic Colors of #15EAF2
Black with #15EAF2
Text Example
Text Example
White with #15EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EAF2; }
p { color: rgb(21,234,242); }
H1.HeaderClassName
{
color: #15EAF2;
}
.AnyTagClassName
{
color: #15EAF2;
}
</style>
background-color css
<style>
a { background-color: #15EAF2; }
a { background-color: rgb(21,234,242); }
div.DivClassName
{
background-color: #15EAF2;
}
.BgClassName
{
background-color: #15EAF2;
}
</style>
border-color css
<style>
span { border-color: #15EAF2; }
span { border-color: rgb(21,234,242); }
td.TdClassName
{
border-color: #15EAF2;
}
.TagClassName
{
border-color: #15EAF2;
}
</style>