Shades of Bright Turquoise #23DFDD
Tints of Bright Turquoise #23DFDD
RGB
CMYK
RGB Variations
Color information
#23DFDD (or 0x23DFDD) is known color: Bright Turquoise. HEX triplet: 23, DF and DD. RGB value is (35,223,221). Sum of RGB (Red+Green+Blue) = 35+223+221=479 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.31% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #23DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DFDD is #DC2022. Grayscale: #A6A6A6. Windows color (decimal): -14426147 or 14540579. OLE color: 14540579.
HSL color Cylindrical-coordinate representation of color #23DFDD: hue angle of 179.36º 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 #23DFDD is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 223 | 221 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.13 |
| HSL | 179.36º | 0.75% | 0.51% | - |
| HSV(B) | 179.36º | 0.84% | 0.87% | - |
| XYZ | 40.13 | 58.35 | 77.55 | - |
| YUV | 166.56 | 158.72 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 223 | 221 | 0.84 | 0 | 0.01 | 0.13 | 179.36 | 0.75 | 0.51 |
| Hex | 23 | DF | DD | 54 | 0 | 1 | D | B3 | 4B | 33 |
| Octal | 43 | 337 | 335 | 124 | 0 | 1 | 15 | 263 | 113 | 63 |
| Binary | 100011 | 11011111 | 11011101 | 1010100 | 0 | 1 | 1101 | 10110011 | 1001011 | 110011 |
Color Harmonies of #23DFDD
Complementary color
Monochromatic Colors of #23DFDD
Black with #23DFDD
Text Example
Text Example
White with #23DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DFDD; }
p { color: rgb(35,223,221); }
H1.HeaderClassName
{
color: #23DFDD;
}
.AnyTagClassName
{
color: #23DFDD;
}
</style>
background-color css
<style>
a { background-color: #23DFDD; }
a { background-color: rgb(35,223,221); }
div.DivClassName
{
background-color: #23DFDD;
}
.BgClassName
{
background-color: #23DFDD;
}
</style>
border-color css
<style>
span { border-color: #23DFDD; }
span { border-color: rgb(35,223,221); }
td.TdClassName
{
border-color: #23DFDD;
}
.TagClassName
{
border-color: #23DFDD;
}
</style>