Shades of Bright Turquoise #18DCF1
Tints of Bright Turquoise #18DCF1
RGB
CMYK
RGB Variations
Color information
#18DCF1 (or 0x18DCF1) is known color: Bright Turquoise. HEX triplet: 18, DC and F1. RGB value is (24,220,241). Sum of RGB (Red+Green+Blue) = 24+220+241=485 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.95% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #18DCF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DCF1 is #E7230E. Grayscale: #A3A3A3. Windows color (decimal): -15147791 or 15850520. OLE color: 15850520.
HSL color Cylindrical-coordinate representation of color #18DCF1: hue angle of 185.81º 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 #18DCF1 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 220 | 241 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.05 |
| HSL | 185.81º | 0.89% | 0.52% | - |
| HSV(B) | 185.81º | 0.9% | 0.95% | - |
| XYZ | 41.85 | 57.73 | 92.16 | - |
| YUV | 163.79 | 171.57 | 28.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 241 | 0.90 | 0.09 | 0 | 0.05 | 185.81 | 0.89 | 0.52 |
| Hex | 18 | DC | F1 | 5A | 9 | 0 | 5 | BA | 59 | 34 |
| Octal | 30 | 334 | 361 | 132 | 11 | 0 | 5 | 272 | 131 | 64 |
| Binary | 11000 | 11011100 | 11110001 | 1011010 | 1001 | 0 | 101 | 10111010 | 1011001 | 110100 |
Color Harmonies of #18DCF1
Complementary color
Monochromatic Colors of #18DCF1
Black with #18DCF1
Text Example
Text Example
White with #18DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCF1; }
p { color: rgb(24,220,241); }
H1.HeaderClassName
{
color: #18DCF1;
}
.AnyTagClassName
{
color: #18DCF1;
}
</style>
background-color css
<style>
a { background-color: #18DCF1; }
a { background-color: rgb(24,220,241); }
div.DivClassName
{
background-color: #18DCF1;
}
.BgClassName
{
background-color: #18DCF1;
}
</style>
border-color css
<style>
span { border-color: #18DCF1; }
span { border-color: rgb(24,220,241); }
td.TdClassName
{
border-color: #18DCF1;
}
.TagClassName
{
border-color: #18DCF1;
}
</style>