Shades of Bright Turquoise #18F1CB
Tints of Bright Turquoise #18F1CB
RGB
CMYK
RGB Variations
Color information
#18F1CB (or 0x18F1CB) is known color: Bright Turquoise. HEX triplet: 18, F1 and CB. RGB value is (24,241,203). Sum of RGB (Red+Green+Blue) = 24+241+203=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #18F1CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F1CB is #E70E34. Grayscale: #ABABAB. Windows color (decimal): -15142453 or 13365528. OLE color: 13365528.
HSL color Cylindrical-coordinate representation of color #18F1CB: hue angle of 169.49º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F1CB is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 241 | 203 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.05 |
| HSL | 169.49º | 0.89% | 0.52% | - |
| HSV(B) | 169.49º | 0.9% | 0.95% | - |
| XYZ | 42.61 | 67.42 | 67.27 | - |
| YUV | 171.79 | 145.61 | 22.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 203 | 0.90 | 0 | 0.16 | 0.05 | 169.49 | 0.89 | 0.52 |
| Hex | 18 | F1 | CB | 5A | 0 | 10 | 5 | A9 | 59 | 34 |
| Octal | 30 | 361 | 313 | 132 | 0 | 20 | 5 | 251 | 131 | 64 |
| Binary | 11000 | 11110001 | 11001011 | 1011010 | 0 | 10000 | 101 | 10101001 | 1011001 | 110100 |
Color Harmonies of #18F1CB
Complementary color
Monochromatic Colors of #18F1CB
Black with #18F1CB
Text Example
Text Example
White with #18F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F1CB; }
p { color: rgb(24,241,203); }
H1.HeaderClassName
{
color: #18F1CB;
}
.AnyTagClassName
{
color: #18F1CB;
}
</style>
background-color css
<style>
a { background-color: #18F1CB; }
a { background-color: rgb(24,241,203); }
div.DivClassName
{
background-color: #18F1CB;
}
.BgClassName
{
background-color: #18F1CB;
}
</style>
border-color css
<style>
span { border-color: #18F1CB; }
span { border-color: rgb(24,241,203); }
td.TdClassName
{
border-color: #18F1CB;
}
.TagClassName
{
border-color: #18F1CB;
}
</style>