Shades of Turquoise #23DAB8
Tints of Turquoise #23DAB8
RGB
CMYK
RGB Variations
Color information
#23DAB8 (or 0x23DAB8) is known color: Turquoise. HEX triplet: 23, DA and B8. RGB value is (35,218,184). Sum of RGB (Red+Green+Blue) = 35+218+184=437 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.01% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #23DAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DAB8 is #DC2547. Grayscale: #9F9F9F. Windows color (decimal): -14427464 or 12114467. OLE color: 12114467.
HSL color Cylindrical-coordinate representation of color #23DAB8: hue angle of 168.85º 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 #23DAB8 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 218 | 184 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.15 |
| HSL | 168.85º | 0.72% | 0.5% | - |
| HSV(B) | 168.85º | 0.84% | 0.85% | - |
| XYZ | 34.42 | 53.96 | 53.95 | - |
| YUV | 159.41 | 141.87 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 218 | 184 | 0.84 | 0 | 0.16 | 0.15 | 168.85 | 0.72 | 0.5 |
| Hex | 23 | DA | B8 | 54 | 0 | 10 | F | A9 | 48 | 32 |
| Octal | 43 | 332 | 270 | 124 | 0 | 20 | 17 | 251 | 110 | 62 |
| Binary | 100011 | 11011010 | 10111000 | 1010100 | 0 | 10000 | 1111 | 10101001 | 1001000 | 110010 |
Color Harmonies of #23DAB8
Complementary color
Monochromatic Colors of #23DAB8
Black with #23DAB8
Text Example
Text Example
White with #23DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DAB8; }
p { color: rgb(35,218,184); }
H1.HeaderClassName
{
color: #23DAB8;
}
.AnyTagClassName
{
color: #23DAB8;
}
</style>
background-color css
<style>
a { background-color: #23DAB8; }
a { background-color: rgb(35,218,184); }
div.DivClassName
{
background-color: #23DAB8;
}
.BgClassName
{
background-color: #23DAB8;
}
</style>
border-color css
<style>
span { border-color: #23DAB8; }
span { border-color: rgb(35,218,184); }
td.TdClassName
{
border-color: #23DAB8;
}
.TagClassName
{
border-color: #23DAB8;
}
</style>