Shades of Bright Turquoise #23FFDD
Tints of Bright Turquoise #23FFDD
RGB
CMYK
RGB Variations
Color information
#23FFDD (or 0x23FFDD) is known color: Bright Turquoise. HEX triplet: 23, FF and DD. RGB value is (35,255,221). Sum of RGB (Red+Green+Blue) = 35+255+221=511 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.85% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFDD is #DC0022. Grayscale: #B9B9B9. Windows color (decimal): -14417955 or 14548771. OLE color: 14548771.
HSL color Cylindrical-coordinate representation of color #23FFDD: hue angle of 170.73º 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 #23FFDD is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 221 | - |
| CMYK | 0.86 | 0 | 0.13 | 0 |
| HSL | 170.73º | 1% | 0.57% | - |
| HSV(B) | 170.73º | 0.86% | 1% | - |
| XYZ | 49.5 | 77.1 | 80.68 | - |
| YUV | 185.34 | 148.11 | 20.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 221 | 0.86 | 0 | 0.13 | 0 | 170.73 | 1 | 0.57 |
| Hex | 23 | FF | DD | 56 | 0 | D | 0 | AB | 64 | 39 |
| Octal | 43 | 377 | 335 | 126 | 0 | 15 | 0 | 253 | 144 | 71 |
| Binary | 100011 | 11111111 | 11011101 | 1010110 | 0 | 1101 | 0 | 10101011 | 1100100 | 111001 |
Color Harmonies of #23FFDD
Complementary color
Monochromatic Colors of #23FFDD
Black with #23FFDD
Text Example
Text Example
White with #23FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFDD; }
p { color: rgb(35,255,221); }
H1.HeaderClassName
{
color: #23FFDD;
}
.AnyTagClassName
{
color: #23FFDD;
}
</style>
background-color css
<style>
a { background-color: #23FFDD; }
a { background-color: rgb(35,255,221); }
div.DivClassName
{
background-color: #23FFDD;
}
.BgClassName
{
background-color: #23FFDD;
}
</style>
border-color css
<style>
span { border-color: #23FFDD; }
span { border-color: rgb(35,255,221); }
td.TdClassName
{
border-color: #23FFDD;
}
.TagClassName
{
border-color: #23FFDD;
}
</style>