Shades of Bright Turquoise #15F1CB
Tints of Bright Turquoise #15F1CB
RGB
CMYK
RGB Variations
Color information
#15F1CB (or 0x15F1CB) is known color: Bright Turquoise. HEX triplet: 15, F1 and CB. RGB value is (21,241,203). Sum of RGB (Red+Green+Blue) = 21+241+203=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #15F1CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F1CB is #EA0E34. Grayscale: #AAAAAA. Windows color (decimal): -15339061 or 13365525. OLE color: 13365525.
HSL color Cylindrical-coordinate representation of color #15F1CB: hue angle of 169.64º 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 #15F1CB is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 241 | 203 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.05 |
| HSL | 169.64º | 0.89% | 0.51% | - |
| HSV(B) | 169.64º | 0.91% | 0.95% | - |
| XYZ | 42.54 | 67.38 | 67.26 | - |
| YUV | 170.89 | 146.11 | 21.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 241 | 203 | 0.91 | 0 | 0.16 | 0.05 | 169.64 | 0.89 | 0.51 |
| Hex | 15 | F1 | CB | 5B | 0 | 10 | 5 | AA | 59 | 33 |
| Octal | 25 | 361 | 313 | 133 | 0 | 20 | 5 | 252 | 131 | 63 |
| Binary | 10101 | 11110001 | 11001011 | 1011011 | 0 | 10000 | 101 | 10101010 | 1011001 | 110011 |
Color Harmonies of #15F1CB
Complementary color
Monochromatic Colors of #15F1CB
Black with #15F1CB
Text Example
Text Example
White with #15F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F1CB; }
p { color: rgb(21,241,203); }
H1.HeaderClassName
{
color: #15F1CB;
}
.AnyTagClassName
{
color: #15F1CB;
}
</style>
background-color css
<style>
a { background-color: #15F1CB; }
a { background-color: rgb(21,241,203); }
div.DivClassName
{
background-color: #15F1CB;
}
.BgClassName
{
background-color: #15F1CB;
}
</style>
border-color css
<style>
span { border-color: #15F1CB; }
span { border-color: rgb(21,241,203); }
td.TdClassName
{
border-color: #15F1CB;
}
.TagClassName
{
border-color: #15F1CB;
}
</style>