Shades of Turquoise #23FDBE
Tints of Turquoise #23FDBE
RGB
CMYK
RGB Variations
Color information
#23FDBE (or 0x23FDBE) is known color: Turquoise. HEX triplet: 23, FD and BE. RGB value is (35,253,190). Sum of RGB (Red+Green+Blue) = 35+253+190=478 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.32% from 478); Green value is 253 (99.22% from 255 or 52.93% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 253 - color contains mainly: green. Hex color #23FDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FDBE is #DC0241. Grayscale: #B4B4B4. Windows color (decimal): -14418498 or 12516643. OLE color: 12516643.
HSL color Cylindrical-coordinate representation of color #23FDBE: hue angle of 162.66º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FDBE is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 253 | 190 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.01 |
| HSL | 162.66º | 0.98% | 0.56% | - |
| HSV(B) | 162.66º | 0.86% | 0.99% | - |
| XYZ | 45.11 | 74.33 | 60.68 | - |
| YUV | 180.64 | 133.28 | 24.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 253 | 190 | 0.86 | 0 | 0.25 | 0.01 | 162.66 | 0.98 | 0.56 |
| Hex | 23 | FD | BE | 56 | 0 | 19 | 1 | A3 | 62 | 38 |
| Octal | 43 | 375 | 276 | 126 | 0 | 31 | 1 | 243 | 142 | 70 |
| Binary | 100011 | 11111101 | 10111110 | 1010110 | 0 | 11001 | 1 | 10100011 | 1100010 | 111000 |
Color Harmonies of #23FDBE
Complementary color
Monochromatic Colors of #23FDBE
Black with #23FDBE
Text Example
Text Example
White with #23FDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FDBE; }
p { color: rgb(35,253,190); }
H1.HeaderClassName
{
color: #23FDBE;
}
.AnyTagClassName
{
color: #23FDBE;
}
</style>
background-color css
<style>
a { background-color: #23FDBE; }
a { background-color: rgb(35,253,190); }
div.DivClassName
{
background-color: #23FDBE;
}
.BgClassName
{
background-color: #23FDBE;
}
</style>
border-color css
<style>
span { border-color: #23FDBE; }
span { border-color: rgb(35,253,190); }
td.TdClassName
{
border-color: #23FDBE;
}
.TagClassName
{
border-color: #23FDBE;
}
</style>