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