Shades of Bright Turquoise #18DFF8
Tints of Bright Turquoise #18DFF8
RGB
CMYK
RGB Variations
Color information
#18DFF8 (or 0x18DFF8) is known color: Bright Turquoise. HEX triplet: 18, DF and F8. RGB value is (24,223,248). Sum of RGB (Red+Green+Blue) = 24+223+248=495 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.85% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #18DFF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DFF8 is #E72007. Grayscale: #A6A6A6. Windows color (decimal): -15147016 or 16310040. OLE color: 16310040.
HSL color Cylindrical-coordinate representation of color #18DFF8: hue angle of 186.7º degrees, saturation: 0.94, 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 #18DFF8 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 223 | 248 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.03 |
| HSL | 186.7º | 0.94% | 0.53% | - |
| HSV(B) | 186.7º | 0.9% | 0.97% | - |
| XYZ | 43.71 | 59.75 | 98.04 | - |
| YUV | 166.35 | 174.07 | 26.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 248 | 0.90 | 0.10 | 0 | 0.03 | 186.7 | 0.94 | 0.53 |
| Hex | 18 | DF | F8 | 5A | A | 0 | 3 | BB | 5E | 35 |
| Octal | 30 | 337 | 370 | 132 | 12 | 0 | 3 | 273 | 136 | 65 |
| Binary | 11000 | 11011111 | 11111000 | 1011010 | 1010 | 0 | 11 | 10111011 | 1011110 | 110101 |
Color Harmonies of #18DFF8
Complementary color
Monochromatic Colors of #18DFF8
Black with #18DFF8
Text Example
Text Example
White with #18DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFF8; }
p { color: rgb(24,223,248); }
H1.HeaderClassName
{
color: #18DFF8;
}
.AnyTagClassName
{
color: #18DFF8;
}
</style>
background-color css
<style>
a { background-color: #18DFF8; }
a { background-color: rgb(24,223,248); }
div.DivClassName
{
background-color: #18DFF8;
}
.BgClassName
{
background-color: #18DFF8;
}
</style>
border-color css
<style>
span { border-color: #18DFF8; }
span { border-color: rgb(24,223,248); }
td.TdClassName
{
border-color: #18DFF8;
}
.TagClassName
{
border-color: #18DFF8;
}
</style>