Shades of Bright Turquoise #18DFCB
Tints of Bright Turquoise #18DFCB
RGB
CMYK
RGB Variations
Color information
#18DFCB (or 0x18DFCB) is known color: Bright Turquoise. HEX triplet: 18, DF and CB. RGB value is (24,223,203). Sum of RGB (Red+Green+Blue) = 24+223+203=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFCB is #E72034. Grayscale: #A1A1A1. Windows color (decimal): -15147061 or 13360920. OLE color: 13360920.
HSL color Cylindrical-coordinate representation of color #18DFCB: hue angle of 173.97º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DFCB is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 203 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.13 |
| HSL | 173.97º | 0.81% | 0.48% | - |
| HSV(B) | 173.97º | 0.89% | 0.87% | - |
| XYZ | 37.54 | 57.28 | 65.58 | - |
| YUV | 161.22 | 151.57 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 203 | 0.89 | 0 | 0.09 | 0.13 | 173.97 | 0.81 | 0.48 |
| Hex | 18 | DF | CB | 59 | 0 | 9 | D | AE | 51 | 30 |
| Octal | 30 | 337 | 313 | 131 | 0 | 11 | 15 | 256 | 121 | 60 |
| Binary | 11000 | 11011111 | 11001011 | 1011001 | 0 | 1001 | 1101 | 10101110 | 1010001 | 110000 |
Color Harmonies of #18DFCB
Complementary color
Monochromatic Colors of #18DFCB
Black with #18DFCB
Text Example
Text Example
White with #18DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFCB; }
p { color: rgb(24,223,203); }
H1.HeaderClassName
{
color: #18DFCB;
}
.AnyTagClassName
{
color: #18DFCB;
}
</style>
background-color css
<style>
a { background-color: #18DFCB; }
a { background-color: rgb(24,223,203); }
div.DivClassName
{
background-color: #18DFCB;
}
.BgClassName
{
background-color: #18DFCB;
}
</style>
border-color css
<style>
span { border-color: #18DFCB; }
span { border-color: rgb(24,223,203); }
td.TdClassName
{
border-color: #18DFCB;
}
.TagClassName
{
border-color: #18DFCB;
}
</style>