Shades of Bright Turquoise #18DCF7
Tints of Bright Turquoise #18DCF7
RGB
CMYK
RGB Variations
Color information
#18DCF7 (or 0x18DCF7) is known color: Bright Turquoise. HEX triplet: 18, DC and F7. RGB value is (24,220,247). Sum of RGB (Red+Green+Blue) = 24+220+247=491 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.89% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #18DCF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DCF7 is #E72308. Grayscale: #A4A4A4. Windows color (decimal): -15147785 or 16243736. OLE color: 16243736.
HSL color Cylindrical-coordinate representation of color #18DCF7: hue angle of 187.26º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DCF7 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 220 | 247 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.03 |
| HSL | 187.26º | 0.93% | 0.53% | - |
| HSV(B) | 187.26º | 0.9% | 0.97% | - |
| XYZ | 42.76 | 58.1 | 96.96 | - |
| YUV | 164.47 | 174.57 | 27.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 247 | 0.90 | 0.11 | 0 | 0.03 | 187.26 | 0.93 | 0.53 |
| Hex | 18 | DC | F7 | 5A | B | 0 | 3 | BB | 5D | 35 |
| Octal | 30 | 334 | 367 | 132 | 13 | 0 | 3 | 273 | 135 | 65 |
| Binary | 11000 | 11011100 | 11110111 | 1011010 | 1011 | 0 | 11 | 10111011 | 1011101 | 110101 |
Color Harmonies of #18DCF7
Complementary color
Monochromatic Colors of #18DCF7
Black with #18DCF7
Text Example
Text Example
White with #18DCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCF7; }
p { color: rgb(24,220,247); }
H1.HeaderClassName
{
color: #18DCF7;
}
.AnyTagClassName
{
color: #18DCF7;
}
</style>
background-color css
<style>
a { background-color: #18DCF7; }
a { background-color: rgb(24,220,247); }
div.DivClassName
{
background-color: #18DCF7;
}
.BgClassName
{
background-color: #18DCF7;
}
</style>
border-color css
<style>
span { border-color: #18DCF7; }
span { border-color: rgb(24,220,247); }
td.TdClassName
{
border-color: #18DCF7;
}
.TagClassName
{
border-color: #18DCF7;
}
</style>