Shades of Bright Turquoise #23EFDD
Tints of Bright Turquoise #23EFDD
RGB
CMYK
RGB Variations
Color information
#23EFDD (or 0x23EFDD) is known color: Bright Turquoise. HEX triplet: 23, EF and DD. RGB value is (35,239,221). Sum of RGB (Red+Green+Blue) = 35+239+221=495 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.07% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #23EFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EFDD is #DC1022. Grayscale: #AFAFAF. Windows color (decimal): -14422051 or 14544675. OLE color: 14544675.
HSL color Cylindrical-coordinate representation of color #23EFDD: hue angle of 174.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EFDD is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 239 | 221 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.06 |
| HSL | 174.71º | 0.86% | 0.54% | - |
| HSV(B) | 174.71º | 0.85% | 0.94% | - |
| XYZ | 44.61 | 67.31 | 79.05 | - |
| YUV | 175.95 | 153.41 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 239 | 221 | 0.85 | 0 | 0.08 | 0.06 | 174.71 | 0.86 | 0.54 |
| Hex | 23 | EF | DD | 55 | 0 | 8 | 6 | AF | 56 | 36 |
| Octal | 43 | 357 | 335 | 125 | 0 | 10 | 6 | 257 | 126 | 66 |
| Binary | 100011 | 11101111 | 11011101 | 1010101 | 0 | 1000 | 110 | 10101111 | 1010110 | 110110 |
Color Harmonies of #23EFDD
Complementary color
Monochromatic Colors of #23EFDD
Black with #23EFDD
Text Example
Text Example
White with #23EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EFDD; }
p { color: rgb(35,239,221); }
H1.HeaderClassName
{
color: #23EFDD;
}
.AnyTagClassName
{
color: #23EFDD;
}
</style>
background-color css
<style>
a { background-color: #23EFDD; }
a { background-color: rgb(35,239,221); }
div.DivClassName
{
background-color: #23EFDD;
}
.BgClassName
{
background-color: #23EFDD;
}
</style>
border-color css
<style>
span { border-color: #23EFDD; }
span { border-color: rgb(35,239,221); }
td.TdClassName
{
border-color: #23EFDD;
}
.TagClassName
{
border-color: #23EFDD;
}
</style>