Shades of Turquoise #23FFBF
Tints of Turquoise #23FFBF
RGB
CMYK
RGB Variations
Color information
#23FFBF (or 0x23FFBF) is known color: Turquoise. HEX triplet: 23, FF and BF. RGB value is (35,255,191). Sum of RGB (Red+Green+Blue) = 35+255+191=481 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.28% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFBF is #DC0040. Grayscale: #B5B5B5. Windows color (decimal): -14417985 or 12582691. OLE color: 12582691.
HSL color Cylindrical-coordinate representation of color #23FFBF: hue angle of 162.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FFBF is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 191 | - |
| CMYK | 0.86 | 0 | 0.25 | 0 |
| HSL | 162.55º | 1% | 0.57% | - |
| HSV(B) | 162.55º | 0.86% | 1% | - |
| XYZ | 45.86 | 75.64 | 61.47 | - |
| YUV | 181.92 | 133.11 | 23.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 191 | 0.86 | 0 | 0.25 | 0 | 162.55 | 1 | 0.57 |
| Hex | 23 | FF | BF | 56 | 0 | 19 | 0 | A3 | 64 | 39 |
| Octal | 43 | 377 | 277 | 126 | 0 | 31 | 0 | 243 | 144 | 71 |
| Binary | 100011 | 11111111 | 10111111 | 1010110 | 0 | 11001 | 0 | 10100011 | 1100100 | 111001 |
Color Harmonies of #23FFBF
Complementary color
Monochromatic Colors of #23FFBF
Black with #23FFBF
Text Example
Text Example
White with #23FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFBF; }
p { color: rgb(35,255,191); }
H1.HeaderClassName
{
color: #23FFBF;
}
.AnyTagClassName
{
color: #23FFBF;
}
</style>
background-color css
<style>
a { background-color: #23FFBF; }
a { background-color: rgb(35,255,191); }
div.DivClassName
{
background-color: #23FFBF;
}
.BgClassName
{
background-color: #23FFBF;
}
</style>
border-color css
<style>
span { border-color: #23FFBF; }
span { border-color: rgb(35,255,191); }
td.TdClassName
{
border-color: #23FFBF;
}
.TagClassName
{
border-color: #23FFBF;
}
</style>