Shades of Bright Turquoise #18DFF7
Tints of Bright Turquoise #18DFF7
RGB
CMYK
RGB Variations
Color information
#18DFF7 (or 0x18DFF7) is known color: Bright Turquoise. HEX triplet: 18, DF and F7. RGB value is (24,223,247). Sum of RGB (Red+Green+Blue) = 24+223+247=494 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.86% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #18DFF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DFF7 is #E72008. Grayscale: #A5A5A5. Windows color (decimal): -15147017 or 16244504. OLE color: 16244504.
HSL color Cylindrical-coordinate representation of color #18DFF7: hue angle of 186.46º 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 #18DFF7 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 223 | 247 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.03 |
| HSL | 186.46º | 0.93% | 0.53% | - |
| HSV(B) | 186.46º | 0.9% | 0.97% | - |
| XYZ | 43.55 | 59.68 | 97.22 | - |
| YUV | 166.24 | 173.57 | 26.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 247 | 0.90 | 0.10 | 0 | 0.03 | 186.46 | 0.93 | 0.53 |
| Hex | 18 | DF | F7 | 5A | A | 0 | 3 | BA | 5D | 35 |
| Octal | 30 | 337 | 367 | 132 | 12 | 0 | 3 | 272 | 135 | 65 |
| Binary | 11000 | 11011111 | 11110111 | 1011010 | 1010 | 0 | 11 | 10111010 | 1011101 | 110101 |
Color Harmonies of #18DFF7
Complementary color
Monochromatic Colors of #18DFF7
Black with #18DFF7
Text Example
Text Example
White with #18DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFF7; }
p { color: rgb(24,223,247); }
H1.HeaderClassName
{
color: #18DFF7;
}
.AnyTagClassName
{
color: #18DFF7;
}
</style>
background-color css
<style>
a { background-color: #18DFF7; }
a { background-color: rgb(24,223,247); }
div.DivClassName
{
background-color: #18DFF7;
}
.BgClassName
{
background-color: #18DFF7;
}
</style>
border-color css
<style>
span { border-color: #18DFF7; }
span { border-color: rgb(24,223,247); }
td.TdClassName
{
border-color: #18DFF7;
}
.TagClassName
{
border-color: #18DFF7;
}
</style>