Shades of Bright Turquoise #18FDD7
Tints of Bright Turquoise #18FDD7
RGB
CMYK
RGB Variations
Color information
#18FDD7 (or 0x18FDD7) is known color: Bright Turquoise. HEX triplet: 18, FD and D7. RGB value is (24,253,215). Sum of RGB (Red+Green+Blue) = 24+253+215=492 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.88% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #18FDD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FDD7 is #E70228. Grayscale: #B4B4B4. Windows color (decimal): -15139369 or 14155032. OLE color: 14155032.
HSL color Cylindrical-coordinate representation of color #18FDD7: hue angle of 170.04º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FDD7 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 253 | 215 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.01 |
| HSL | 170.04º | 0.98% | 0.54% | - |
| HSV(B) | 170.04º | 0.91% | 0.99% | - |
| XYZ | 47.77 | 75.35 | 76.32 | - |
| YUV | 180.2 | 147.63 | 16.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 253 | 215 | 0.91 | 0 | 0.15 | 0.01 | 170.04 | 0.98 | 0.54 |
| Hex | 18 | FD | D7 | 5B | 0 | F | 1 | AA | 62 | 36 |
| Octal | 30 | 375 | 327 | 133 | 0 | 17 | 1 | 252 | 142 | 66 |
| Binary | 11000 | 11111101 | 11010111 | 1011011 | 0 | 1111 | 1 | 10101010 | 1100010 | 110110 |
Color Harmonies of #18FDD7
Complementary color
Monochromatic Colors of #18FDD7
Black with #18FDD7
Text Example
Text Example
White with #18FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FDD7; }
p { color: rgb(24,253,215); }
H1.HeaderClassName
{
color: #18FDD7;
}
.AnyTagClassName
{
color: #18FDD7;
}
</style>
background-color css
<style>
a { background-color: #18FDD7; }
a { background-color: rgb(24,253,215); }
div.DivClassName
{
background-color: #18FDD7;
}
.BgClassName
{
background-color: #18FDD7;
}
</style>
border-color css
<style>
span { border-color: #18FDD7; }
span { border-color: rgb(24,253,215); }
td.TdClassName
{
border-color: #18FDD7;
}
.TagClassName
{
border-color: #18FDD7;
}
</style>