Shades of Bright Turquoise #23FDDD
Tints of Bright Turquoise #23FDDD
RGB
CMYK
RGB Variations
Color information
#23FDDD (or 0x23FDDD) is known color: Bright Turquoise. HEX triplet: 23, FD and DD. RGB value is (35,253,221). Sum of RGB (Red+Green+Blue) = 35+253+221=509 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.88% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #23FDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FDDD is #DC0222. Grayscale: #B8B8B8. Windows color (decimal): -14418467 or 14548259. OLE color: 14548259.
HSL color Cylindrical-coordinate representation of color #23FDDD: hue angle of 171.19º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FDDD is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 253 | 221 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.01 |
| HSL | 171.19º | 0.98% | 0.56% | - |
| HSV(B) | 171.19º | 0.86% | 0.99% | - |
| XYZ | 48.87 | 75.83 | 80.47 | - |
| YUV | 184.17 | 148.78 | 21.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 253 | 221 | 0.86 | 0 | 0.13 | 0.01 | 171.19 | 0.98 | 0.56 |
| Hex | 23 | FD | DD | 56 | 0 | D | 1 | AB | 62 | 38 |
| Octal | 43 | 375 | 335 | 126 | 0 | 15 | 1 | 253 | 142 | 70 |
| Binary | 100011 | 11111101 | 11011101 | 1010110 | 0 | 1101 | 1 | 10101011 | 1100010 | 111000 |
Color Harmonies of #23FDDD
Complementary color
Monochromatic Colors of #23FDDD
Black with #23FDDD
Text Example
Text Example
White with #23FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FDDD; }
p { color: rgb(35,253,221); }
H1.HeaderClassName
{
color: #23FDDD;
}
.AnyTagClassName
{
color: #23FDDD;
}
</style>
background-color css
<style>
a { background-color: #23FDDD; }
a { background-color: rgb(35,253,221); }
div.DivClassName
{
background-color: #23FDDD;
}
.BgClassName
{
background-color: #23FDDD;
}
</style>
border-color css
<style>
span { border-color: #23FDDD; }
span { border-color: rgb(35,253,221); }
td.TdClassName
{
border-color: #23FDDD;
}
.TagClassName
{
border-color: #23FDDD;
}
</style>