Shades of Bright Turquoise #18DECF
Tints of Bright Turquoise #18DECF
RGB
CMYK
RGB Variations
Color information
#18DECF (or 0x18DECF) is known color: Bright Turquoise. HEX triplet: 18, DE and CF. RGB value is (24,222,207). Sum of RGB (Red+Green+Blue) = 24+222+207=453 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.30% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #18DECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DECF is #E72130. Grayscale: #A0A0A0. Windows color (decimal): -15147313 or 13622808. OLE color: 13622808.
HSL color Cylindrical-coordinate representation of color #18DECF: hue angle of 175.45º degrees, saturation: 0.8, 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 #18DECF is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 207 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.13 |
| HSL | 175.45º | 0.8% | 0.48% | - |
| HSV(B) | 175.45º | 0.89% | 0.87% | - |
| XYZ | 37.76 | 56.94 | 68.03 | - |
| YUV | 161.09 | 153.9 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 207 | 0.89 | 0 | 0.07 | 0.13 | 175.45 | 0.8 | 0.48 |
| Hex | 18 | DE | CF | 59 | 0 | 7 | D | AF | 50 | 30 |
| Octal | 30 | 336 | 317 | 131 | 0 | 7 | 15 | 257 | 120 | 60 |
| Binary | 11000 | 11011110 | 11001111 | 1011001 | 0 | 111 | 1101 | 10101111 | 1010000 | 110000 |
Color Harmonies of #18DECF
Complementary color
Monochromatic Colors of #18DECF
Black with #18DECF
Text Example
Text Example
White with #18DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DECF; }
p { color: rgb(24,222,207); }
H1.HeaderClassName
{
color: #18DECF;
}
.AnyTagClassName
{
color: #18DECF;
}
</style>
background-color css
<style>
a { background-color: #18DECF; }
a { background-color: rgb(24,222,207); }
div.DivClassName
{
background-color: #18DECF;
}
.BgClassName
{
background-color: #18DECF;
}
</style>
border-color css
<style>
span { border-color: #18DECF; }
span { border-color: rgb(24,222,207); }
td.TdClassName
{
border-color: #18DECF;
}
.TagClassName
{
border-color: #18DECF;
}
</style>