Shades of Bright Turquoise #18DCF2
Tints of Bright Turquoise #18DCF2
RGB
CMYK
RGB Variations
Color information
#18DCF2 (or 0x18DCF2) is known color: Bright Turquoise. HEX triplet: 18, DC and F2. RGB value is (24,220,242). Sum of RGB (Red+Green+Blue) = 24+220+242=486 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.94% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #18DCF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DCF2 is #E7230D. Grayscale: #A3A3A3. Windows color (decimal): -15147790 or 15916056. OLE color: 15916056.
HSL color Cylindrical-coordinate representation of color #18DCF2: hue angle of 186.06º 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 #18DCF2 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 220 | 242 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.05 |
| HSL | 186.06º | 0.89% | 0.52% | - |
| HSV(B) | 186.06º | 0.9% | 0.95% | - |
| XYZ | 42 | 57.79 | 92.95 | - |
| YUV | 163.9 | 172.07 | 28.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 242 | 0.90 | 0.09 | 0 | 0.05 | 186.06 | 0.89 | 0.52 |
| Hex | 18 | DC | F2 | 5A | 9 | 0 | 5 | BA | 59 | 34 |
| Octal | 30 | 334 | 362 | 132 | 11 | 0 | 5 | 272 | 131 | 64 |
| Binary | 11000 | 11011100 | 11110010 | 1011010 | 1001 | 0 | 101 | 10111010 | 1011001 | 110100 |
Color Harmonies of #18DCF2
Complementary color
Monochromatic Colors of #18DCF2
Black with #18DCF2
Text Example
Text Example
White with #18DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCF2; }
p { color: rgb(24,220,242); }
H1.HeaderClassName
{
color: #18DCF2;
}
.AnyTagClassName
{
color: #18DCF2;
}
</style>
background-color css
<style>
a { background-color: #18DCF2; }
a { background-color: rgb(24,220,242); }
div.DivClassName
{
background-color: #18DCF2;
}
.BgClassName
{
background-color: #18DCF2;
}
</style>
border-color css
<style>
span { border-color: #18DCF2; }
span { border-color: rgb(24,220,242); }
td.TdClassName
{
border-color: #18DCF2;
}
.TagClassName
{
border-color: #18DCF2;
}
</style>