Shades of Bright Turquoise #18F1DF
Tints of Bright Turquoise #18F1DF
RGB
CMYK
RGB Variations
Color information
#18F1DF (or 0x18F1DF) is known color: Bright Turquoise. HEX triplet: 18, F1 and DF. RGB value is (24,241,223). Sum of RGB (Red+Green+Blue) = 24+241+223=488 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.92% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #18F1DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F1DF is #E70E20. Grayscale: #ADADAD. Windows color (decimal): -15142433 or 14676248. OLE color: 14676248.
HSL color Cylindrical-coordinate representation of color #18F1DF: hue angle of 175.02º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F1DF is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 241 | 223 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.05 |
| HSL | 175.02º | 0.89% | 0.52% | - |
| HSV(B) | 175.02º | 0.9% | 0.95% | - |
| XYZ | 45.15 | 68.43 | 80.64 | - |
| YUV | 174.07 | 155.61 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 223 | 0.90 | 0 | 0.07 | 0.05 | 175.02 | 0.89 | 0.52 |
| Hex | 18 | F1 | DF | 5A | 0 | 7 | 5 | AF | 59 | 34 |
| Octal | 30 | 361 | 337 | 132 | 0 | 7 | 5 | 257 | 131 | 64 |
| Binary | 11000 | 11110001 | 11011111 | 1011010 | 0 | 111 | 101 | 10101111 | 1011001 | 110100 |
Color Harmonies of #18F1DF
Complementary color
Monochromatic Colors of #18F1DF
Black with #18F1DF
Text Example
Text Example
White with #18F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F1DF; }
p { color: rgb(24,241,223); }
H1.HeaderClassName
{
color: #18F1DF;
}
.AnyTagClassName
{
color: #18F1DF;
}
</style>
background-color css
<style>
a { background-color: #18F1DF; }
a { background-color: rgb(24,241,223); }
div.DivClassName
{
background-color: #18F1DF;
}
.BgClassName
{
background-color: #18F1DF;
}
</style>
border-color css
<style>
span { border-color: #18F1DF; }
span { border-color: rgb(24,241,223); }
td.TdClassName
{
border-color: #18F1DF;
}
.TagClassName
{
border-color: #18F1DF;
}
</style>