Shades of Turquoise #23DABB
Tints of Turquoise #23DABB
RGB
CMYK
RGB Variations
Color information
#23DABB (or 0x23DABB) is known color: Turquoise. HEX triplet: 23, DA and BB. RGB value is (35,218,187). Sum of RGB (Red+Green+Blue) = 35+218+187=440 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.95% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #23DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DABB is #DC2544. Grayscale: #9F9F9F. Windows color (decimal): -14427461 or 12311075. OLE color: 12311075.
HSL color Cylindrical-coordinate representation of color #23DABB: hue angle of 169.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DABB is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 218 | 187 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.15 |
| HSL | 169.84º | 0.72% | 0.5% | - |
| HSV(B) | 169.84º | 0.84% | 0.85% | - |
| XYZ | 34.73 | 54.09 | 55.62 | - |
| YUV | 159.75 | 143.37 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 218 | 187 | 0.84 | 0 | 0.14 | 0.15 | 169.84 | 0.72 | 0.5 |
| Hex | 23 | DA | BB | 54 | 0 | E | F | AA | 48 | 32 |
| Octal | 43 | 332 | 273 | 124 | 0 | 16 | 17 | 252 | 110 | 62 |
| Binary | 100011 | 11011010 | 10111011 | 1010100 | 0 | 1110 | 1111 | 10101010 | 1001000 | 110010 |
Color Harmonies of #23DABB
Complementary color
Monochromatic Colors of #23DABB
Black with #23DABB
Text Example
Text Example
White with #23DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DABB; }
p { color: rgb(35,218,187); }
H1.HeaderClassName
{
color: #23DABB;
}
.AnyTagClassName
{
color: #23DABB;
}
</style>
background-color css
<style>
a { background-color: #23DABB; }
a { background-color: rgb(35,218,187); }
div.DivClassName
{
background-color: #23DABB;
}
.BgClassName
{
background-color: #23DABB;
}
</style>
border-color css
<style>
span { border-color: #23DABB; }
span { border-color: rgb(35,218,187); }
td.TdClassName
{
border-color: #23DABB;
}
.TagClassName
{
border-color: #23DABB;
}
</style>