Shades of Bright Turquoise #23FECB
Tints of Bright Turquoise #23FECB
RGB
CMYK
RGB Variations
Color information
#23FECB (or 0x23FECB) is known color: Bright Turquoise. HEX triplet: 23, FE and CB. RGB value is (35,254,203). Sum of RGB (Red+Green+Blue) = 35+254+203=492 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.11% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #23FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FECB is #DC0134. Grayscale: #B6B6B6. Windows color (decimal): -14418229 or 13368867. OLE color: 13368867.
HSL color Cylindrical-coordinate representation of color #23FECB: hue angle of 166.03º 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 #23FECB is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 254 | 203 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.00 |
| HSL | 166.03º | 0.99% | 0.57% | - |
| HSV(B) | 166.03º | 0.86% | 1% | - |
| XYZ | 46.91 | 75.55 | 68.61 | - |
| YUV | 182.71 | 139.45 | 22.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 254 | 203 | 0.86 | 0 | 0.20 | 0.00 | 166.03 | 0.99 | 0.57 |
| Hex | 23 | FE | CB | 56 | 0 | 14 | 0 | A6 | 63 | 39 |
| Octal | 43 | 376 | 313 | 126 | 0 | 24 | 0 | 246 | 143 | 71 |
| Binary | 100011 | 11111110 | 11001011 | 1010110 | 0 | 10100 | 0 | 10100110 | 1100011 | 111001 |
Color Harmonies of #23FECB
Complementary color
Monochromatic Colors of #23FECB
Black with #23FECB
Text Example
Text Example
White with #23FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FECB; }
p { color: rgb(35,254,203); }
H1.HeaderClassName
{
color: #23FECB;
}
.AnyTagClassName
{
color: #23FECB;
}
</style>
background-color css
<style>
a { background-color: #23FECB; }
a { background-color: rgb(35,254,203); }
div.DivClassName
{
background-color: #23FECB;
}
.BgClassName
{
background-color: #23FECB;
}
</style>
border-color css
<style>
span { border-color: #23FECB; }
span { border-color: rgb(35,254,203); }
td.TdClassName
{
border-color: #23FECB;
}
.TagClassName
{
border-color: #23FECB;
}
</style>