Shades of Bright Turquoise #23DFDC
Tints of Bright Turquoise #23DFDC
RGB
CMYK
RGB Variations
Color information
#23DFDC (or 0x23DFDC) is known color: Bright Turquoise. HEX triplet: 23, DF and DC. RGB value is (35,223,220). Sum of RGB (Red+Green+Blue) = 35+223+220=478 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.32% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #23DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DFDC is #DC2023. Grayscale: #A6A6A6. Windows color (decimal): -14426148 or 14475043. OLE color: 14475043.
HSL color Cylindrical-coordinate representation of color #23DFDC: hue angle of 179.04º 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 #23DFDC is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 223 | 220 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.13 |
| HSL | 179.04º | 0.75% | 0.51% | - |
| HSV(B) | 179.04º | 0.84% | 0.87% | - |
| XYZ | 40 | 58.3 | 76.86 | - |
| YUV | 166.45 | 158.22 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 223 | 220 | 0.84 | 0 | 0.01 | 0.13 | 179.04 | 0.75 | 0.51 |
| Hex | 23 | DF | DC | 54 | 0 | 1 | D | B3 | 4B | 33 |
| Octal | 43 | 337 | 334 | 124 | 0 | 1 | 15 | 263 | 113 | 63 |
| Binary | 100011 | 11011111 | 11011100 | 1010100 | 0 | 1 | 1101 | 10110011 | 1001011 | 110011 |
Color Harmonies of #23DFDC
Complementary color
Monochromatic Colors of #23DFDC
Black with #23DFDC
Text Example
Text Example
White with #23DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DFDC; }
p { color: rgb(35,223,220); }
H1.HeaderClassName
{
color: #23DFDC;
}
.AnyTagClassName
{
color: #23DFDC;
}
</style>
background-color css
<style>
a { background-color: #23DFDC; }
a { background-color: rgb(35,223,220); }
div.DivClassName
{
background-color: #23DFDC;
}
.BgClassName
{
background-color: #23DFDC;
}
</style>
border-color css
<style>
span { border-color: #23DFDC; }
span { border-color: rgb(35,223,220); }
td.TdClassName
{
border-color: #23DFDC;
}
.TagClassName
{
border-color: #23DFDC;
}
</style>