Shades of Turquoise #23D4D7
Tints of Turquoise #23D4D7
RGB
CMYK
RGB Variations
Color information
#23D4D7 (or 0x23D4D7) is known color: Turquoise. HEX triplet: 23, D4 and D7. RGB value is (35,212,215). Sum of RGB (Red+Green+Blue) = 35+212+215=462 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.58% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #23D4D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D4D7 is #DC2B28. Grayscale: #9F9F9F. Windows color (decimal): -14428969 or 14144547. OLE color: 14144547.
HSL color Cylindrical-coordinate representation of color #23D4D7: hue angle of 181º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D4D7 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 212 | 215 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.16 |
| HSL | 181º | 0.72% | 0.49% | - |
| HSV(B) | 181º | 0.84% | 0.84% | - |
| XYZ | 36.5 | 52.35 | 72.47 | - |
| YUV | 159.42 | 159.36 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 212 | 215 | 0.84 | 0.01 | 0 | 0.16 | 181 | 0.72 | 0.49 |
| Hex | 23 | D4 | D7 | 54 | 1 | 0 | 10 | B5 | 48 | 31 |
| Octal | 43 | 324 | 327 | 124 | 1 | 0 | 20 | 265 | 110 | 61 |
| Binary | 100011 | 11010100 | 11010111 | 1010100 | 1 | 0 | 10000 | 10110101 | 1001000 | 110001 |
Color Harmonies of #23D4D7
Complementary color
Monochromatic Colors of #23D4D7
Black with #23D4D7
Text Example
Text Example
White with #23D4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D4D7; }
p { color: rgb(35,212,215); }
H1.HeaderClassName
{
color: #23D4D7;
}
.AnyTagClassName
{
color: #23D4D7;
}
</style>
background-color css
<style>
a { background-color: #23D4D7; }
a { background-color: rgb(35,212,215); }
div.DivClassName
{
background-color: #23D4D7;
}
.BgClassName
{
background-color: #23D4D7;
}
</style>
border-color css
<style>
span { border-color: #23D4D7; }
span { border-color: rgb(35,212,215); }
td.TdClassName
{
border-color: #23D4D7;
}
.TagClassName
{
border-color: #23D4D7;
}
</style>