Shades of Bright Turquoise #18DEF1
Tints of Bright Turquoise #18DEF1
RGB
CMYK
RGB Variations
Color information
#18DEF1 (or 0x18DEF1) is known color: Bright Turquoise. HEX triplet: 18, DE and F1. RGB value is (24,222,241). Sum of RGB (Red+Green+Blue) = 24+222+241=487 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.93% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #18DEF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DEF1 is #E7210E. Grayscale: #A4A4A4. Windows color (decimal): -15147279 or 15851032. OLE color: 15851032.
HSL color Cylindrical-coordinate representation of color #18DEF1: hue angle of 185.25º 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 #18DEF1 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 222 | 241 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.05 |
| HSL | 185.25º | 0.89% | 0.52% | - |
| HSV(B) | 185.25º | 0.9% | 0.95% | - |
| XYZ | 42.38 | 58.79 | 92.33 | - |
| YUV | 164.96 | 170.9 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 241 | 0.90 | 0.08 | 0 | 0.05 | 185.25 | 0.89 | 0.52 |
| Hex | 18 | DE | F1 | 5A | 8 | 0 | 5 | B9 | 59 | 34 |
| Octal | 30 | 336 | 361 | 132 | 10 | 0 | 5 | 271 | 131 | 64 |
| Binary | 11000 | 11011110 | 11110001 | 1011010 | 1000 | 0 | 101 | 10111001 | 1011001 | 110100 |
Color Harmonies of #18DEF1
Complementary color
Monochromatic Colors of #18DEF1
Black with #18DEF1
Text Example
Text Example
White with #18DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DEF1; }
p { color: rgb(24,222,241); }
H1.HeaderClassName
{
color: #18DEF1;
}
.AnyTagClassName
{
color: #18DEF1;
}
</style>
background-color css
<style>
a { background-color: #18DEF1; }
a { background-color: rgb(24,222,241); }
div.DivClassName
{
background-color: #18DEF1;
}
.BgClassName
{
background-color: #18DEF1;
}
</style>
border-color css
<style>
span { border-color: #18DEF1; }
span { border-color: rgb(24,222,241); }
td.TdClassName
{
border-color: #18DEF1;
}
.TagClassName
{
border-color: #18DEF1;
}
</style>