Shades of Bright Turquoise #18DFEF
Tints of Bright Turquoise #18DFEF
RGB
CMYK
RGB Variations
Color information
#18DFEF (or 0x18DFEF) is known color: Bright Turquoise. HEX triplet: 18, DF and EF. RGB value is (24,223,239). Sum of RGB (Red+Green+Blue) = 24+223+239=486 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.94% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #18DFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DFEF is #E72010. Grayscale: #A5A5A5. Windows color (decimal): -15147025 or 15720216. OLE color: 15720216.
HSL color Cylindrical-coordinate representation of color #18DFEF: hue angle of 184.47º 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 #18DFEF is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 223 | 239 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.06 |
| HSL | 184.47º | 0.87% | 0.52% | - |
| HSV(B) | 184.47º | 0.9% | 0.94% | - |
| XYZ | 42.34 | 59.2 | 90.86 | - |
| YUV | 165.32 | 169.57 | 27.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 239 | 0.90 | 0.07 | 0 | 0.06 | 184.47 | 0.87 | 0.52 |
| Hex | 18 | DF | EF | 5A | 7 | 0 | 6 | B8 | 57 | 34 |
| Octal | 30 | 337 | 357 | 132 | 7 | 0 | 6 | 270 | 127 | 64 |
| Binary | 11000 | 11011111 | 11101111 | 1011010 | 111 | 0 | 110 | 10111000 | 1010111 | 110100 |
Color Harmonies of #18DFEF
Complementary color
Monochromatic Colors of #18DFEF
Black with #18DFEF
Text Example
Text Example
White with #18DFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFEF; }
p { color: rgb(24,223,239); }
H1.HeaderClassName
{
color: #18DFEF;
}
.AnyTagClassName
{
color: #18DFEF;
}
</style>
background-color css
<style>
a { background-color: #18DFEF; }
a { background-color: rgb(24,223,239); }
div.DivClassName
{
background-color: #18DFEF;
}
.BgClassName
{
background-color: #18DFEF;
}
</style>
border-color css
<style>
span { border-color: #18DFEF; }
span { border-color: rgb(24,223,239); }
td.TdClassName
{
border-color: #18DFEF;
}
.TagClassName
{
border-color: #18DFEF;
}
</style>