Shades of Bright Turquoise #23D4DF
Tints of Bright Turquoise #23D4DF
RGB
CMYK
RGB Variations
Color information
#23D4DF (or 0x23D4DF) is known color: Bright Turquoise. HEX triplet: 23, D4 and DF. RGB value is (35,212,223). Sum of RGB (Red+Green+Blue) = 35+212+223=470 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.45% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #23D4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D4DF is #DC2B20. Grayscale: #A0A0A0. Windows color (decimal): -14428961 or 14668835. OLE color: 14668835.
HSL color Cylindrical-coordinate representation of color #23D4DF: hue angle of 183.51º 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 #23D4DF is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 212 | 223 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.13 |
| HSL | 183.51º | 0.75% | 0.51% | - |
| HSV(B) | 183.51º | 0.84% | 0.87% | - |
| XYZ | 37.56 | 52.77 | 78.02 | - |
| YUV | 160.33 | 163.36 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 212 | 223 | 0.84 | 0.05 | 0 | 0.13 | 183.51 | 0.75 | 0.51 |
| Hex | 23 | D4 | DF | 54 | 5 | 0 | D | B8 | 4B | 33 |
| Octal | 43 | 324 | 337 | 124 | 5 | 0 | 15 | 270 | 113 | 63 |
| Binary | 100011 | 11010100 | 11011111 | 1010100 | 101 | 0 | 1101 | 10111000 | 1001011 | 110011 |
Color Harmonies of #23D4DF
Complementary color
Monochromatic Colors of #23D4DF
Black with #23D4DF
Text Example
Text Example
White with #23D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D4DF; }
p { color: rgb(35,212,223); }
H1.HeaderClassName
{
color: #23D4DF;
}
.AnyTagClassName
{
color: #23D4DF;
}
</style>
background-color css
<style>
a { background-color: #23D4DF; }
a { background-color: rgb(35,212,223); }
div.DivClassName
{
background-color: #23D4DF;
}
.BgClassName
{
background-color: #23D4DF;
}
</style>
border-color css
<style>
span { border-color: #23D4DF; }
span { border-color: rgb(35,212,223); }
td.TdClassName
{
border-color: #23D4DF;
}
.TagClassName
{
border-color: #23D4DF;
}
</style>