Shades of Bright Turquoise #15CFEB
Tints of Bright Turquoise #15CFEB
RGB
CMYK
RGB Variations
Color information
#15CFEB (or 0x15CFEB) is known color: Bright Turquoise. HEX triplet: 15, CF and EB. RGB value is (21,207,235). Sum of RGB (Red+Green+Blue) = 21+207+235=463 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.54% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #15CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CFEB is #EA3014. Grayscale: #9A9A9A. Windows color (decimal): -15347733 or 15453973. OLE color: 15453973.
HSL color Cylindrical-coordinate representation of color #15CFEB: hue angle of 187.85º 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 #15CFEB is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 207 | 235 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.08 |
| HSL | 187.85º | 0.84% | 0.5% | - |
| HSV(B) | 187.85º | 0.91% | 0.92% | - |
| XYZ | 37.62 | 50.78 | 86.42 | - |
| YUV | 154.58 | 173.38 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 235 | 0.91 | 0.12 | 0 | 0.08 | 187.85 | 0.84 | 0.5 |
| Hex | 15 | CF | EB | 5B | C | 0 | 8 | BC | 54 | 32 |
| Octal | 25 | 317 | 353 | 133 | 14 | 0 | 10 | 274 | 124 | 62 |
| Binary | 10101 | 11001111 | 11101011 | 1011011 | 1100 | 0 | 1000 | 10111100 | 1010100 | 110010 |
Color Harmonies of #15CFEB
Complementary color
Monochromatic Colors of #15CFEB
Black with #15CFEB
Text Example
Text Example
White with #15CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CFEB; }
p { color: rgb(21,207,235); }
H1.HeaderClassName
{
color: #15CFEB;
}
.AnyTagClassName
{
color: #15CFEB;
}
</style>
background-color css
<style>
a { background-color: #15CFEB; }
a { background-color: rgb(21,207,235); }
div.DivClassName
{
background-color: #15CFEB;
}
.BgClassName
{
background-color: #15CFEB;
}
</style>
border-color css
<style>
span { border-color: #15CFEB; }
span { border-color: rgb(21,207,235); }
td.TdClassName
{
border-color: #15CFEB;
}
.TagClassName
{
border-color: #15CFEB;
}
</style>