Shades of Bright Turquoise #15F4CB
Tints of Bright Turquoise #15F4CB
RGB
CMYK
RGB Variations
Color information
#15F4CB (or 0x15F4CB) is known color: Bright Turquoise. HEX triplet: 15, F4 and CB. RGB value is (21,244,203). Sum of RGB (Red+Green+Blue) = 21+244+203=468 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.49% from 468); Green value is 244 (95.70% from 255 or 52.14% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 244 - color contains mainly: green. Hex color #15F4CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F4CB is #EA0B34. Grayscale: #ACACAC. Windows color (decimal): -15338293 or 13366293. OLE color: 13366293.
HSL color Cylindrical-coordinate representation of color #15F4CB: hue angle of 168.97º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F4CB is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 244 | 203 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.04 |
| HSL | 168.97º | 0.91% | 0.52% | - |
| HSV(B) | 168.97º | 0.91% | 0.96% | - |
| XYZ | 43.44 | 69.17 | 67.56 | - |
| YUV | 172.65 | 145.12 | 19.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 244 | 203 | 0.91 | 0 | 0.17 | 0.04 | 168.97 | 0.91 | 0.52 |
| Hex | 15 | F4 | CB | 5B | 0 | 11 | 4 | A9 | 5B | 34 |
| Octal | 25 | 364 | 313 | 133 | 0 | 21 | 4 | 251 | 133 | 64 |
| Binary | 10101 | 11110100 | 11001011 | 1011011 | 0 | 10001 | 100 | 10101001 | 1011011 | 110100 |
Color Harmonies of #15F4CB
Complementary color
Monochromatic Colors of #15F4CB
Black with #15F4CB
Text Example
Text Example
White with #15F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F4CB; }
p { color: rgb(21,244,203); }
H1.HeaderClassName
{
color: #15F4CB;
}
.AnyTagClassName
{
color: #15F4CB;
}
</style>
background-color css
<style>
a { background-color: #15F4CB; }
a { background-color: rgb(21,244,203); }
div.DivClassName
{
background-color: #15F4CB;
}
.BgClassName
{
background-color: #15F4CB;
}
</style>
border-color css
<style>
span { border-color: #15F4CB; }
span { border-color: rgb(21,244,203); }
td.TdClassName
{
border-color: #15F4CB;
}
.TagClassName
{
border-color: #15F4CB;
}
</style>