Shades of Turquoise #23DBBD
Tints of Turquoise #23DBBD
RGB
CMYK
RGB Variations
Color information
#23DBBD (or 0x23DBBD) is known color: Turquoise. HEX triplet: 23, DB and BD. RGB value is (35,219,189). Sum of RGB (Red+Green+Blue) = 35+219+189=443 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.90% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #23DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DBBD is #DC2442. Grayscale: #A0A0A0. Windows color (decimal): -14427203 or 12442403. OLE color: 12442403.
HSL color Cylindrical-coordinate representation of color #23DBBD: hue angle of 170.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DBBD is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 219 | 189 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.14 |
| HSL | 170.22º | 0.72% | 0.5% | - |
| HSV(B) | 170.22º | 0.84% | 0.86% | - |
| XYZ | 35.21 | 54.69 | 56.85 | - |
| YUV | 160.56 | 144.04 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 189 | 0.84 | 0 | 0.14 | 0.14 | 170.22 | 0.72 | 0.5 |
| Hex | 23 | DB | BD | 54 | 0 | E | E | AA | 48 | 32 |
| Octal | 43 | 333 | 275 | 124 | 0 | 16 | 16 | 252 | 110 | 62 |
| Binary | 100011 | 11011011 | 10111101 | 1010100 | 0 | 1110 | 1110 | 10101010 | 1001000 | 110010 |
Color Harmonies of #23DBBD
Complementary color
Monochromatic Colors of #23DBBD
Black with #23DBBD
Text Example
Text Example
White with #23DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBBD; }
p { color: rgb(35,219,189); }
H1.HeaderClassName
{
color: #23DBBD;
}
.AnyTagClassName
{
color: #23DBBD;
}
</style>
background-color css
<style>
a { background-color: #23DBBD; }
a { background-color: rgb(35,219,189); }
div.DivClassName
{
background-color: #23DBBD;
}
.BgClassName
{
background-color: #23DBBD;
}
</style>
border-color css
<style>
span { border-color: #23DBBD; }
span { border-color: rgb(35,219,189); }
td.TdClassName
{
border-color: #23DBBD;
}
.TagClassName
{
border-color: #23DBBD;
}
</style>