Shades of Turquoise #23FEC2
Tints of Turquoise #23FEC2
RGB
CMYK
RGB Variations
Color information
#23FEC2 (or 0x23FEC2) is known color: Turquoise. HEX triplet: 23, FE and C2. RGB value is (35,254,194). Sum of RGB (Red+Green+Blue) = 35+254+194=483 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.25% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #23FEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FEC2 is #DC013D. Grayscale: #B5B5B5. Windows color (decimal): -14418238 or 12779043. OLE color: 12779043.
HSL color Cylindrical-coordinate representation of color #23FEC2: hue angle of 163.56º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FEC2 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 254 | 194 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.00 |
| HSL | 163.56º | 0.99% | 0.57% | - |
| HSV(B) | 163.56º | 0.86% | 1% | - |
| XYZ | 45.87 | 75.14 | 63.12 | - |
| YUV | 181.68 | 134.95 | 23.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 254 | 194 | 0.86 | 0 | 0.24 | 0.00 | 163.56 | 0.99 | 0.57 |
| Hex | 23 | FE | C2 | 56 | 0 | 18 | 0 | A4 | 63 | 39 |
| Octal | 43 | 376 | 302 | 126 | 0 | 30 | 0 | 244 | 143 | 71 |
| Binary | 100011 | 11111110 | 11000010 | 1010110 | 0 | 11000 | 0 | 10100100 | 1100011 | 111001 |
Color Harmonies of #23FEC2
Complementary color
Monochromatic Colors of #23FEC2
Black with #23FEC2
Text Example
Text Example
White with #23FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FEC2; }
p { color: rgb(35,254,194); }
H1.HeaderClassName
{
color: #23FEC2;
}
.AnyTagClassName
{
color: #23FEC2;
}
</style>
background-color css
<style>
a { background-color: #23FEC2; }
a { background-color: rgb(35,254,194); }
div.DivClassName
{
background-color: #23FEC2;
}
.BgClassName
{
background-color: #23FEC2;
}
</style>
border-color css
<style>
span { border-color: #23FEC2; }
span { border-color: rgb(35,254,194); }
td.TdClassName
{
border-color: #23FEC2;
}
.TagClassName
{
border-color: #23FEC2;
}
</style>