Shades of Turquoise #23DFD5
Tints of Turquoise #23DFD5
RGB
CMYK
RGB Variations
Color information
#23DFD5 (or 0x23DFD5) is known color: Turquoise. HEX triplet: 23, DF and D5. RGB value is (35,223,213). Sum of RGB (Red+Green+Blue) = 35+223+213=471 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.43% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #23DFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DFD5 is #DC202A. Grayscale: #A5A5A5. Windows color (decimal): -14426155 or 14016291. OLE color: 14016291.
HSL color Cylindrical-coordinate representation of color #23DFD5: hue angle of 176.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DFD5 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 223 | 213 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.13 |
| HSL | 176.81º | 0.75% | 0.51% | - |
| HSV(B) | 176.81º | 0.84% | 0.87% | - |
| XYZ | 39.09 | 57.94 | 72.07 | - |
| YUV | 165.65 | 154.72 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 223 | 213 | 0.84 | 0 | 0.04 | 0.13 | 176.81 | 0.75 | 0.51 |
| Hex | 23 | DF | D5 | 54 | 0 | 4 | D | B1 | 4B | 33 |
| Octal | 43 | 337 | 325 | 124 | 0 | 4 | 15 | 261 | 113 | 63 |
| Binary | 100011 | 11011111 | 11010101 | 1010100 | 0 | 100 | 1101 | 10110001 | 1001011 | 110011 |
Color Harmonies of #23DFD5
Complementary color
Monochromatic Colors of #23DFD5
Black with #23DFD5
Text Example
Text Example
White with #23DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DFD5; }
p { color: rgb(35,223,213); }
H1.HeaderClassName
{
color: #23DFD5;
}
.AnyTagClassName
{
color: #23DFD5;
}
</style>
background-color css
<style>
a { background-color: #23DFD5; }
a { background-color: rgb(35,223,213); }
div.DivClassName
{
background-color: #23DFD5;
}
.BgClassName
{
background-color: #23DFD5;
}
</style>
border-color css
<style>
span { border-color: #23DFD5; }
span { border-color: rgb(35,223,213); }
td.TdClassName
{
border-color: #23DFD5;
}
.TagClassName
{
border-color: #23DFD5;
}
</style>