Shades of Turquoise #23DAC5
Tints of Turquoise #23DAC5
RGB
CMYK
RGB Variations
Color information
#23DAC5 (or 0x23DAC5) is known color: Turquoise. HEX triplet: 23, DA and C5. RGB value is (35,218,197). Sum of RGB (Red+Green+Blue) = 35+218+197=450 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.78% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #23DAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DAC5 is #DC253A. Grayscale: #A0A0A0. Windows color (decimal): -14427451 or 12966435. OLE color: 12966435.
HSL color Cylindrical-coordinate representation of color #23DAC5: hue angle of 173.11º 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 #23DAC5 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 218 | 197 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.15 |
| HSL | 173.11º | 0.72% | 0.5% | - |
| HSV(B) | 173.11º | 0.84% | 0.85% | - |
| XYZ | 35.84 | 54.53 | 61.46 | - |
| YUV | 160.89 | 148.37 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 218 | 197 | 0.84 | 0 | 0.10 | 0.15 | 173.11 | 0.72 | 0.5 |
| Hex | 23 | DA | C5 | 54 | 0 | A | F | AD | 48 | 32 |
| Octal | 43 | 332 | 305 | 124 | 0 | 12 | 17 | 255 | 110 | 62 |
| Binary | 100011 | 11011010 | 11000101 | 1010100 | 0 | 1010 | 1111 | 10101101 | 1001000 | 110010 |
Color Harmonies of #23DAC5
Complementary color
Monochromatic Colors of #23DAC5
Black with #23DAC5
Text Example
Text Example
White with #23DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DAC5; }
p { color: rgb(35,218,197); }
H1.HeaderClassName
{
color: #23DAC5;
}
.AnyTagClassName
{
color: #23DAC5;
}
</style>
background-color css
<style>
a { background-color: #23DAC5; }
a { background-color: rgb(35,218,197); }
div.DivClassName
{
background-color: #23DAC5;
}
.BgClassName
{
background-color: #23DAC5;
}
</style>
border-color css
<style>
span { border-color: #23DAC5; }
span { border-color: rgb(35,218,197); }
td.TdClassName
{
border-color: #23DAC5;
}
.TagClassName
{
border-color: #23DAC5;
}
</style>