Shades of Bright Turquoise #23FECA
Tints of Bright Turquoise #23FECA
RGB
CMYK
RGB Variations
Color information
#23FECA (or 0x23FECA) is known color: Bright Turquoise. HEX triplet: 23, FE and CA. RGB value is (35,254,202). Sum of RGB (Red+Green+Blue) = 35+254+202=491 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.13% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #23FECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FECA is #DC0135. Grayscale: #B6B6B6. Windows color (decimal): -14418230 or 13303331. OLE color: 13303331.
HSL color Cylindrical-coordinate representation of color #23FECA: hue angle of 165.75º 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 #23FECA is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 254 | 202 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.00 |
| HSL | 165.75º | 0.99% | 0.57% | - |
| HSV(B) | 165.75º | 0.86% | 1% | - |
| XYZ | 46.8 | 75.51 | 67.98 | - |
| YUV | 182.59 | 138.95 | 22.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 254 | 202 | 0.86 | 0 | 0.20 | 0.00 | 165.75 | 0.99 | 0.57 |
| Hex | 23 | FE | CA | 56 | 0 | 14 | 0 | A6 | 63 | 39 |
| Octal | 43 | 376 | 312 | 126 | 0 | 24 | 0 | 246 | 143 | 71 |
| Binary | 100011 | 11111110 | 11001010 | 1010110 | 0 | 10100 | 0 | 10100110 | 1100011 | 111001 |
Color Harmonies of #23FECA
Complementary color
Monochromatic Colors of #23FECA
Black with #23FECA
Text Example
Text Example
White with #23FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FECA; }
p { color: rgb(35,254,202); }
H1.HeaderClassName
{
color: #23FECA;
}
.AnyTagClassName
{
color: #23FECA;
}
</style>
background-color css
<style>
a { background-color: #23FECA; }
a { background-color: rgb(35,254,202); }
div.DivClassName
{
background-color: #23FECA;
}
.BgClassName
{
background-color: #23FECA;
}
</style>
border-color css
<style>
span { border-color: #23FECA; }
span { border-color: rgb(35,254,202); }
td.TdClassName
{
border-color: #23FECA;
}
.TagClassName
{
border-color: #23FECA;
}
</style>