Shades of Bright Turquoise #18E5CF
Tints of Bright Turquoise #18E5CF
RGB
CMYK
RGB Variations
Color information
#18E5CF (or 0x18E5CF) is known color: Bright Turquoise. HEX triplet: 18, E5 and CF. RGB value is (24,229,207). Sum of RGB (Red+Green+Blue) = 24+229+207=460 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.22% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #18E5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E5CF is #E71A30. Grayscale: #A5A5A5. Windows color (decimal): -15145521 or 13624600. OLE color: 13624600.
HSL color Cylindrical-coordinate representation of color #18E5CF: hue angle of 173.56º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E5CF is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 229 | 207 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.10 |
| HSL | 173.56º | 0.81% | 0.5% | - |
| HSV(B) | 173.56º | 0.9% | 0.9% | - |
| XYZ | 39.66 | 60.74 | 68.66 | - |
| YUV | 165.2 | 151.58 | 27.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 229 | 207 | 0.90 | 0 | 0.10 | 0.10 | 173.56 | 0.81 | 0.5 |
| Hex | 18 | E5 | CF | 5A | 0 | A | A | AE | 51 | 32 |
| Octal | 30 | 345 | 317 | 132 | 0 | 12 | 12 | 256 | 121 | 62 |
| Binary | 11000 | 11100101 | 11001111 | 1011010 | 0 | 1010 | 1010 | 10101110 | 1010001 | 110010 |
Color Harmonies of #18E5CF
Complementary color
Monochromatic Colors of #18E5CF
Black with #18E5CF
Text Example
Text Example
White with #18E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E5CF; }
p { color: rgb(24,229,207); }
H1.HeaderClassName
{
color: #18E5CF;
}
.AnyTagClassName
{
color: #18E5CF;
}
</style>
background-color css
<style>
a { background-color: #18E5CF; }
a { background-color: rgb(24,229,207); }
div.DivClassName
{
background-color: #18E5CF;
}
.BgClassName
{
background-color: #18E5CF;
}
</style>
border-color css
<style>
span { border-color: #18E5CF; }
span { border-color: rgb(24,229,207); }
td.TdClassName
{
border-color: #18E5CF;
}
.TagClassName
{
border-color: #18E5CF;
}
</style>