Shades of Bright Turquoise #18FDD6
Tints of Bright Turquoise #18FDD6
RGB
CMYK
RGB Variations
Color information
#18FDD6 (or 0x18FDD6) is known color: Bright Turquoise. HEX triplet: 18, FD and D6. RGB value is (24,253,214). Sum of RGB (Red+Green+Blue) = 24+253+214=491 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.89% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #18FDD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FDD6 is #E70229. Grayscale: #B4B4B4. Windows color (decimal): -15139370 or 14089496. OLE color: 14089496.
HSL color Cylindrical-coordinate representation of color #18FDD6: hue angle of 169.78º 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 #18FDD6 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 253 | 214 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.01 |
| HSL | 169.78º | 0.98% | 0.54% | - |
| HSV(B) | 169.78º | 0.91% | 0.99% | - |
| XYZ | 47.64 | 75.3 | 75.64 | - |
| YUV | 180.08 | 147.13 | 16.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 253 | 214 | 0.91 | 0 | 0.15 | 0.01 | 169.78 | 0.98 | 0.54 |
| Hex | 18 | FD | D6 | 5B | 0 | F | 1 | AA | 62 | 36 |
| Octal | 30 | 375 | 326 | 133 | 0 | 17 | 1 | 252 | 142 | 66 |
| Binary | 11000 | 11111101 | 11010110 | 1011011 | 0 | 1111 | 1 | 10101010 | 1100010 | 110110 |
Color Harmonies of #18FDD6
Complementary color
Monochromatic Colors of #18FDD6
Black with #18FDD6
Text Example
Text Example
White with #18FDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FDD6; }
p { color: rgb(24,253,214); }
H1.HeaderClassName
{
color: #18FDD6;
}
.AnyTagClassName
{
color: #18FDD6;
}
</style>
background-color css
<style>
a { background-color: #18FDD6; }
a { background-color: rgb(24,253,214); }
div.DivClassName
{
background-color: #18FDD6;
}
.BgClassName
{
background-color: #18FDD6;
}
</style>
border-color css
<style>
span { border-color: #18FDD6; }
span { border-color: rgb(24,253,214); }
td.TdClassName
{
border-color: #18FDD6;
}
.TagClassName
{
border-color: #18FDD6;
}
</style>