Shades of Bright Turquoise #23DEDD
Tints of Bright Turquoise #23DEDD
RGB
CMYK
RGB Variations
Color information
#23DEDD (or 0x23DEDD) is known color: Bright Turquoise. HEX triplet: 23, DE and DD. RGB value is (35,222,221). Sum of RGB (Red+Green+Blue) = 35+222+221=478 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.32% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #23DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DEDD is #DC2122. Grayscale: #A5A5A5. Windows color (decimal): -14426403 or 14540323. OLE color: 14540323.
HSL color Cylindrical-coordinate representation of color #23DEDD: hue angle of 179.68º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DEDD is Cyan = 0.84, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 222 | 221 | - |
| CMYK | 0.84 | 0 | 0.00 | 0.13 |
| HSL | 179.68º | 0.74% | 0.5% | - |
| HSV(B) | 179.68º | 0.84% | 0.87% | - |
| XYZ | 39.87 | 57.82 | 77.47 | - |
| YUV | 165.97 | 159.05 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 222 | 221 | 0.84 | 0 | 0.00 | 0.13 | 179.68 | 0.74 | 0.5 |
| Hex | 23 | DE | DD | 54 | 0 | 0 | D | B4 | 4A | 32 |
| Octal | 43 | 336 | 335 | 124 | 0 | 0 | 15 | 264 | 112 | 62 |
| Binary | 100011 | 11011110 | 11011101 | 1010100 | 0 | 0 | 1101 | 10110100 | 1001010 | 110010 |
Color Harmonies of #23DEDD
Complementary color
Monochromatic Colors of #23DEDD
Black with #23DEDD
Text Example
Text Example
White with #23DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DEDD; }
p { color: rgb(35,222,221); }
H1.HeaderClassName
{
color: #23DEDD;
}
.AnyTagClassName
{
color: #23DEDD;
}
</style>
background-color css
<style>
a { background-color: #23DEDD; }
a { background-color: rgb(35,222,221); }
div.DivClassName
{
background-color: #23DEDD;
}
.BgClassName
{
background-color: #23DEDD;
}
</style>
border-color css
<style>
span { border-color: #23DEDD; }
span { border-color: rgb(35,222,221); }
td.TdClassName
{
border-color: #23DEDD;
}
.TagClassName
{
border-color: #23DEDD;
}
</style>