Shades of Bright Turquoise #18FBCB
Tints of Bright Turquoise #18FBCB
RGB
CMYK
RGB Variations
Color information
#18FBCB (or 0x18FBCB) is known color: Bright Turquoise. HEX triplet: 18, FB and CB. RGB value is (24,251,203). Sum of RGB (Red+Green+Blue) = 24+251+203=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #18FBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FBCB is #E70434. Grayscale: #B1B1B1. Windows color (decimal): -15139893 or 13368088. OLE color: 13368088.
HSL color Cylindrical-coordinate representation of color #18FBCB: hue angle of 167.31º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FBCB is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 251 | 203 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.02 |
| HSL | 167.31º | 0.97% | 0.54% | - |
| HSV(B) | 167.31º | 0.9% | 0.98% | - |
| XYZ | 45.65 | 73.5 | 68.28 | - |
| YUV | 177.66 | 142.29 | 18.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 251 | 203 | 0.90 | 0 | 0.19 | 0.02 | 167.31 | 0.97 | 0.54 |
| Hex | 18 | FB | CB | 5A | 0 | 13 | 2 | A7 | 61 | 36 |
| Octal | 30 | 373 | 313 | 132 | 0 | 23 | 2 | 247 | 141 | 66 |
| Binary | 11000 | 11111011 | 11001011 | 1011010 | 0 | 10011 | 10 | 10100111 | 1100001 | 110110 |
Color Harmonies of #18FBCB
Complementary color
Monochromatic Colors of #18FBCB
Black with #18FBCB
Text Example
Text Example
White with #18FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FBCB; }
p { color: rgb(24,251,203); }
H1.HeaderClassName
{
color: #18FBCB;
}
.AnyTagClassName
{
color: #18FBCB;
}
</style>
background-color css
<style>
a { background-color: #18FBCB; }
a { background-color: rgb(24,251,203); }
div.DivClassName
{
background-color: #18FBCB;
}
.BgClassName
{
background-color: #18FBCB;
}
</style>
border-color css
<style>
span { border-color: #18FBCB; }
span { border-color: rgb(24,251,203); }
td.TdClassName
{
border-color: #18FBCB;
}
.TagClassName
{
border-color: #18FBCB;
}
</style>