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