Shades of Bright Turquoise #15CFEA
Tints of Bright Turquoise #15CFEA
RGB
CMYK
RGB Variations
Color information
#15CFEA (or 0x15CFEA) is known color: Bright Turquoise. HEX triplet: 15, CF and EA. RGB value is (21,207,234). Sum of RGB (Red+Green+Blue) = 21+207+234=462 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.55% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #15CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CFEA is #EA3015. Grayscale: #9A9A9A. Windows color (decimal): -15347734 or 15388437. OLE color: 15388437.
HSL color Cylindrical-coordinate representation of color #15CFEA: hue angle of 187.61º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CFEA is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 207 | 234 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.08 |
| HSL | 187.61º | 0.84% | 0.5% | - |
| HSV(B) | 187.61º | 0.91% | 0.92% | - |
| XYZ | 37.47 | 50.73 | 85.66 | - |
| YUV | 154.46 | 172.88 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 234 | 0.91 | 0.12 | 0 | 0.08 | 187.61 | 0.84 | 0.5 |
| Hex | 15 | CF | EA | 5B | C | 0 | 8 | BC | 54 | 32 |
| Octal | 25 | 317 | 352 | 133 | 14 | 0 | 10 | 274 | 124 | 62 |
| Binary | 10101 | 11001111 | 11101010 | 1011011 | 1100 | 0 | 1000 | 10111100 | 1010100 | 110010 |
Color Harmonies of #15CFEA
Complementary color
Monochromatic Colors of #15CFEA
Black with #15CFEA
Text Example
Text Example
White with #15CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CFEA; }
p { color: rgb(21,207,234); }
H1.HeaderClassName
{
color: #15CFEA;
}
.AnyTagClassName
{
color: #15CFEA;
}
</style>
background-color css
<style>
a { background-color: #15CFEA; }
a { background-color: rgb(21,207,234); }
div.DivClassName
{
background-color: #15CFEA;
}
.BgClassName
{
background-color: #15CFEA;
}
</style>
border-color css
<style>
span { border-color: #15CFEA; }
span { border-color: rgb(21,207,234); }
td.TdClassName
{
border-color: #15CFEA;
}
.TagClassName
{
border-color: #15CFEA;
}
</style>