Shades of Bright Turquoise #18FFD7
Tints of Bright Turquoise #18FFD7
RGB
CMYK
RGB Variations
Color information
#18FFD7 (or 0x18FFD7) is known color: Bright Turquoise. HEX triplet: 18, FF and D7. RGB value is (24,255,215). Sum of RGB (Red+Green+Blue) = 24+255+215=494 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.86% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FFD7 is #E70028. Grayscale: #B5B5B5. Windows color (decimal): -15138857 or 14155544. OLE color: 14155544.
HSL color Cylindrical-coordinate representation of color #18FFD7: hue angle of 169.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FFD7 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 215 | - |
| CMYK | 0.91 | 0 | 0.16 | 0 |
| HSL | 169.61º | 1% | 0.55% | - |
| HSV(B) | 169.61º | 0.91% | 1% | - |
| XYZ | 48.4 | 76.62 | 76.53 | - |
| YUV | 181.37 | 146.97 | 15.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 215 | 0.91 | 0 | 0.16 | 0 | 169.61 | 1 | 0.55 |
| Hex | 18 | FF | D7 | 5B | 0 | 10 | 0 | AA | 64 | 37 |
| Octal | 30 | 377 | 327 | 133 | 0 | 20 | 0 | 252 | 144 | 67 |
| Binary | 11000 | 11111111 | 11010111 | 1011011 | 0 | 10000 | 0 | 10101010 | 1100100 | 110111 |
Color Harmonies of #18FFD7
Complementary color
Monochromatic Colors of #18FFD7
Black with #18FFD7
Text Example
Text Example
White with #18FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FFD7; }
p { color: rgb(24,255,215); }
H1.HeaderClassName
{
color: #18FFD7;
}
.AnyTagClassName
{
color: #18FFD7;
}
</style>
background-color css
<style>
a { background-color: #18FFD7; }
a { background-color: rgb(24,255,215); }
div.DivClassName
{
background-color: #18FFD7;
}
.BgClassName
{
background-color: #18FFD7;
}
</style>
border-color css
<style>
span { border-color: #18FFD7; }
span { border-color: rgb(24,255,215); }
td.TdClassName
{
border-color: #18FFD7;
}
.TagClassName
{
border-color: #18FFD7;
}
</style>