Shades of Bright Turquoise #23DDDC
Tints of Bright Turquoise #23DDDC
RGB
CMYK
RGB Variations
Color information
#23DDDC (or 0x23DDDC) is known color: Bright Turquoise. HEX triplet: 23, DD and DC. RGB value is (35,221,220). Sum of RGB (Red+Green+Blue) = 35+221+220=476 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.35% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #23DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DDDC is #DC2223. Grayscale: #A5A5A5. Windows color (decimal): -14426660 or 14474531. OLE color: 14474531.
HSL color Cylindrical-coordinate representation of color #23DDDC: hue angle of 179.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DDDC is Cyan = 0.84, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 221 | 220 | - |
| CMYK | 0.84 | 0 | 0.00 | 0.13 |
| HSL | 179.68º | 0.73% | 0.5% | - |
| HSV(B) | 179.68º | 0.84% | 0.87% | - |
| XYZ | 39.47 | 57.24 | 76.68 | - |
| YUV | 165.27 | 158.88 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 221 | 220 | 0.84 | 0 | 0.00 | 0.13 | 179.68 | 0.73 | 0.5 |
| Hex | 23 | DD | DC | 54 | 0 | 0 | D | B4 | 49 | 32 |
| Octal | 43 | 335 | 334 | 124 | 0 | 0 | 15 | 264 | 111 | 62 |
| Binary | 100011 | 11011101 | 11011100 | 1010100 | 0 | 0 | 1101 | 10110100 | 1001001 | 110010 |
Color Harmonies of #23DDDC
Complementary color
Monochromatic Colors of #23DDDC
Black with #23DDDC
Text Example
Text Example
White with #23DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DDDC; }
p { color: rgb(35,221,220); }
H1.HeaderClassName
{
color: #23DDDC;
}
.AnyTagClassName
{
color: #23DDDC;
}
</style>
background-color css
<style>
a { background-color: #23DDDC; }
a { background-color: rgb(35,221,220); }
div.DivClassName
{
background-color: #23DDDC;
}
.BgClassName
{
background-color: #23DDDC;
}
</style>
border-color css
<style>
span { border-color: #23DDDC; }
span { border-color: rgb(35,221,220); }
td.TdClassName
{
border-color: #23DDDC;
}
.TagClassName
{
border-color: #23DDDC;
}
</style>