Shades of Bright Turquoise #23D3DF
Tints of Bright Turquoise #23D3DF
RGB
CMYK
RGB Variations
Color information
#23D3DF (or 0x23D3DF) is known color: Bright Turquoise. HEX triplet: 23, D3 and DF. RGB value is (35,211,223). Sum of RGB (Red+Green+Blue) = 35+211+223=469 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.46% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #23D3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D3DF is #DC2C20. Grayscale: #9F9F9F. Windows color (decimal): -14429217 or 14668579. OLE color: 14668579.
HSL color Cylindrical-coordinate representation of color #23D3DF: hue angle of 183.83º 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 #23D3DF is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 211 | 223 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.13 |
| HSL | 183.83º | 0.75% | 0.51% | - |
| HSV(B) | 183.83º | 0.84% | 0.87% | - |
| XYZ | 37.31 | 52.27 | 77.94 | - |
| YUV | 159.74 | 163.69 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 211 | 223 | 0.84 | 0.05 | 0 | 0.13 | 183.83 | 0.75 | 0.51 |
| Hex | 23 | D3 | DF | 54 | 5 | 0 | D | B8 | 4B | 33 |
| Octal | 43 | 323 | 337 | 124 | 5 | 0 | 15 | 270 | 113 | 63 |
| Binary | 100011 | 11010011 | 11011111 | 1010100 | 101 | 0 | 1101 | 10111000 | 1001011 | 110011 |
Color Harmonies of #23D3DF
Complementary color
Monochromatic Colors of #23D3DF
Black with #23D3DF
Text Example
Text Example
White with #23D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D3DF; }
p { color: rgb(35,211,223); }
H1.HeaderClassName
{
color: #23D3DF;
}
.AnyTagClassName
{
color: #23D3DF;
}
</style>
background-color css
<style>
a { background-color: #23D3DF; }
a { background-color: rgb(35,211,223); }
div.DivClassName
{
background-color: #23D3DF;
}
.BgClassName
{
background-color: #23D3DF;
}
</style>
border-color css
<style>
span { border-color: #23D3DF; }
span { border-color: rgb(35,211,223); }
td.TdClassName
{
border-color: #23D3DF;
}
.TagClassName
{
border-color: #23D3DF;
}
</style>