Shades of Bright Turquoise #23FFDC
Tints of Bright Turquoise #23FFDC
RGB
CMYK
RGB Variations
Color information
#23FFDC (or 0x23FFDC) is known color: Bright Turquoise. HEX triplet: 23, FF and DC. RGB value is (35,255,220). Sum of RGB (Red+Green+Blue) = 35+255+220=510 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.86% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFDC is #DC0023. Grayscale: #B9B9B9. Windows color (decimal): -14417956 or 14483235. OLE color: 14483235.
HSL color Cylindrical-coordinate representation of color #23FFDC: hue angle of 170.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FFDC is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 220 | - |
| CMYK | 0.86 | 0 | 0.14 | 0 |
| HSL | 170.45º | 1% | 0.57% | - |
| HSV(B) | 170.45º | 0.86% | 1% | - |
| XYZ | 49.37 | 77.04 | 79.98 | - |
| YUV | 185.23 | 147.61 | 20.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 220 | 0.86 | 0 | 0.14 | 0 | 170.45 | 1 | 0.57 |
| Hex | 23 | FF | DC | 56 | 0 | E | 0 | AA | 64 | 39 |
| Octal | 43 | 377 | 334 | 126 | 0 | 16 | 0 | 252 | 144 | 71 |
| Binary | 100011 | 11111111 | 11011100 | 1010110 | 0 | 1110 | 0 | 10101010 | 1100100 | 111001 |
Color Harmonies of #23FFDC
Complementary color
Monochromatic Colors of #23FFDC
Black with #23FFDC
Text Example
Text Example
White with #23FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFDC; }
p { color: rgb(35,255,220); }
H1.HeaderClassName
{
color: #23FFDC;
}
.AnyTagClassName
{
color: #23FFDC;
}
</style>
background-color css
<style>
a { background-color: #23FFDC; }
a { background-color: rgb(35,255,220); }
div.DivClassName
{
background-color: #23FFDC;
}
.BgClassName
{
background-color: #23FFDC;
}
</style>
border-color css
<style>
span { border-color: #23FFDC; }
span { border-color: rgb(35,255,220); }
td.TdClassName
{
border-color: #23FFDC;
}
.TagClassName
{
border-color: #23FFDC;
}
</style>