Shades of Bright Turquoise #15F1CE
Tints of Bright Turquoise #15F1CE
RGB
CMYK
RGB Variations
Color information
#15F1CE (or 0x15F1CE) is known color: Bright Turquoise. HEX triplet: 15, F1 and CE. RGB value is (21,241,206). Sum of RGB (Red+Green+Blue) = 21+241+206=468 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.49% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #15F1CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F1CE is #EA0E31. Grayscale: #ABABAB. Windows color (decimal): -15339058 or 13562133. OLE color: 13562133.
HSL color Cylindrical-coordinate representation of color #15F1CE: hue angle of 170.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F1CE is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 241 | 206 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.05 |
| HSL | 170.45º | 0.89% | 0.51% | - |
| HSV(B) | 170.45º | 0.91% | 0.95% | - |
| XYZ | 42.91 | 67.53 | 69.17 | - |
| YUV | 171.23 | 147.61 | 20.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 241 | 206 | 0.91 | 0 | 0.15 | 0.05 | 170.45 | 0.89 | 0.51 |
| Hex | 15 | F1 | CE | 5B | 0 | F | 5 | AA | 59 | 33 |
| Octal | 25 | 361 | 316 | 133 | 0 | 17 | 5 | 252 | 131 | 63 |
| Binary | 10101 | 11110001 | 11001110 | 1011011 | 0 | 1111 | 101 | 10101010 | 1011001 | 110011 |
Color Harmonies of #15F1CE
Complementary color
Monochromatic Colors of #15F1CE
Black with #15F1CE
Text Example
Text Example
White with #15F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F1CE; }
p { color: rgb(21,241,206); }
H1.HeaderClassName
{
color: #15F1CE;
}
.AnyTagClassName
{
color: #15F1CE;
}
</style>
background-color css
<style>
a { background-color: #15F1CE; }
a { background-color: rgb(21,241,206); }
div.DivClassName
{
background-color: #15F1CE;
}
.BgClassName
{
background-color: #15F1CE;
}
</style>
border-color css
<style>
span { border-color: #15F1CE; }
span { border-color: rgb(21,241,206); }
td.TdClassName
{
border-color: #15F1CE;
}
.TagClassName
{
border-color: #15F1CE;
}
</style>