Shades of Bright Turquoise #23FCDD
Tints of Bright Turquoise #23FCDD
RGB
CMYK
RGB Variations
Color information
#23FCDD (or 0x23FCDD) is known color: Bright Turquoise. HEX triplet: 23, FC and DD. RGB value is (35,252,221). Sum of RGB (Red+Green+Blue) = 35+252+221=508 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.89% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #23FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FCDD is #DC0322. Grayscale: #B7B7B7. Windows color (decimal): -14418723 or 14548003. OLE color: 14548003.
HSL color Cylindrical-coordinate representation of color #23FCDD: hue angle of 171.43º degrees, saturation: 0.97, 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 #23FCDD is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 252 | 221 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.01 |
| HSL | 171.43º | 0.97% | 0.56% | - |
| HSV(B) | 171.43º | 0.86% | 0.99% | - |
| XYZ | 48.55 | 75.2 | 80.36 | - |
| YUV | 183.58 | 149.11 | 22.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 252 | 221 | 0.86 | 0 | 0.12 | 0.01 | 171.43 | 0.97 | 0.56 |
| Hex | 23 | FC | DD | 56 | 0 | C | 1 | AB | 61 | 38 |
| Octal | 43 | 374 | 335 | 126 | 0 | 14 | 1 | 253 | 141 | 70 |
| Binary | 100011 | 11111100 | 11011101 | 1010110 | 0 | 1100 | 1 | 10101011 | 1100001 | 111000 |
Color Harmonies of #23FCDD
Complementary color
Monochromatic Colors of #23FCDD
Black with #23FCDD
Text Example
Text Example
White with #23FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FCDD; }
p { color: rgb(35,252,221); }
H1.HeaderClassName
{
color: #23FCDD;
}
.AnyTagClassName
{
color: #23FCDD;
}
</style>
background-color css
<style>
a { background-color: #23FCDD; }
a { background-color: rgb(35,252,221); }
div.DivClassName
{
background-color: #23FCDD;
}
.BgClassName
{
background-color: #23FCDD;
}
</style>
border-color css
<style>
span { border-color: #23FCDD; }
span { border-color: rgb(35,252,221); }
td.TdClassName
{
border-color: #23FCDD;
}
.TagClassName
{
border-color: #23FCDD;
}
</style>