Shades of Turquoise #23FFBD
Tints of Turquoise #23FFBD
RGB
CMYK
RGB Variations
Color information
#23FFBD (or 0x23FFBD) is known color: Turquoise. HEX triplet: 23, FF and BD. RGB value is (35,255,189). Sum of RGB (Red+Green+Blue) = 35+255+189=479 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.31% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFBD is #DC0042. Grayscale: #B5B5B5. Windows color (decimal): -14417987 or 12451619. OLE color: 12451619.
HSL color Cylindrical-coordinate representation of color #23FFBD: hue angle of 162º 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 #23FFBD is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 189 | - |
| CMYK | 0.86 | 0 | 0.26 | 0 |
| HSL | 162º | 1% | 0.57% | - |
| HSV(B) | 162º | 0.86% | 1% | - |
| XYZ | 45.64 | 75.55 | 60.32 | - |
| YUV | 181.7 | 132.11 | 23.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 189 | 0.86 | 0 | 0.26 | 0 | 162 | 1 | 0.57 |
| Hex | 23 | FF | BD | 56 | 0 | 1A | 0 | A2 | 64 | 39 |
| Octal | 43 | 377 | 275 | 126 | 0 | 32 | 0 | 242 | 144 | 71 |
| Binary | 100011 | 11111111 | 10111101 | 1010110 | 0 | 11010 | 0 | 10100010 | 1100100 | 111001 |
Color Harmonies of #23FFBD
Complementary color
Monochromatic Colors of #23FFBD
Black with #23FFBD
Text Example
Text Example
White with #23FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFBD; }
p { color: rgb(35,255,189); }
H1.HeaderClassName
{
color: #23FFBD;
}
.AnyTagClassName
{
color: #23FFBD;
}
</style>
background-color css
<style>
a { background-color: #23FFBD; }
a { background-color: rgb(35,255,189); }
div.DivClassName
{
background-color: #23FFBD;
}
.BgClassName
{
background-color: #23FFBD;
}
</style>
border-color css
<style>
span { border-color: #23FFBD; }
span { border-color: rgb(35,255,189); }
td.TdClassName
{
border-color: #23FFBD;
}
.TagClassName
{
border-color: #23FFBD;
}
</style>