Shades of Bright Turquoise #18EFCB
Tints of Bright Turquoise #18EFCB
RGB
CMYK
RGB Variations
Color information
#18EFCB (or 0x18EFCB) is known color: Bright Turquoise. HEX triplet: 18, EF and CB. RGB value is (24,239,203). Sum of RGB (Red+Green+Blue) = 24+239+203=466 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.15% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #18EFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EFCB is #E71034. Grayscale: #AAAAAA. Windows color (decimal): -15142965 or 13365016. OLE color: 13365016.
HSL color Cylindrical-coordinate representation of color #18EFCB: hue angle of 169.95º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EFCB is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 203 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.06 |
| HSL | 169.95º | 0.87% | 0.52% | - |
| HSV(B) | 169.95º | 0.9% | 0.94% | - |
| XYZ | 42.02 | 66.24 | 67.07 | - |
| YUV | 170.61 | 146.27 | 23.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 203 | 0.90 | 0 | 0.15 | 0.06 | 169.95 | 0.87 | 0.52 |
| Hex | 18 | EF | CB | 5A | 0 | F | 6 | AA | 57 | 34 |
| Octal | 30 | 357 | 313 | 132 | 0 | 17 | 6 | 252 | 127 | 64 |
| Binary | 11000 | 11101111 | 11001011 | 1011010 | 0 | 1111 | 110 | 10101010 | 1010111 | 110100 |
Color Harmonies of #18EFCB
Complementary color
Monochromatic Colors of #18EFCB
Black with #18EFCB
Text Example
Text Example
White with #18EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EFCB; }
p { color: rgb(24,239,203); }
H1.HeaderClassName
{
color: #18EFCB;
}
.AnyTagClassName
{
color: #18EFCB;
}
</style>
background-color css
<style>
a { background-color: #18EFCB; }
a { background-color: rgb(24,239,203); }
div.DivClassName
{
background-color: #18EFCB;
}
.BgClassName
{
background-color: #18EFCB;
}
</style>
border-color css
<style>
span { border-color: #18EFCB; }
span { border-color: rgb(24,239,203); }
td.TdClassName
{
border-color: #18EFCB;
}
.TagClassName
{
border-color: #18EFCB;
}
</style>