Shades of Bright Turquoise #23DEE0
Tints of Bright Turquoise #23DEE0
RGB
CMYK
RGB Variations
Color information
#23DEE0 (or 0x23DEE0) is known color: Bright Turquoise. HEX triplet: 23, DE and E0. RGB value is (35,222,224). Sum of RGB (Red+Green+Blue) = 35+222+224=481 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.28% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #23DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DEE0 is #DC211F. Grayscale: #A6A6A6. Windows color (decimal): -14426400 or 14736931. OLE color: 14736931.
HSL color Cylindrical-coordinate representation of color #23DEE0: hue angle of 180.63º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DEE0 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 222 | 224 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.12 |
| HSL | 180.63º | 0.75% | 0.51% | - |
| HSV(B) | 180.63º | 0.84% | 0.88% | - |
| XYZ | 40.27 | 57.98 | 79.59 | - |
| YUV | 166.32 | 160.55 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 222 | 224 | 0.84 | 0.01 | 0 | 0.12 | 180.63 | 0.75 | 0.51 |
| Hex | 23 | DE | E0 | 54 | 1 | 0 | C | B5 | 4B | 33 |
| Octal | 43 | 336 | 340 | 124 | 1 | 0 | 14 | 265 | 113 | 63 |
| Binary | 100011 | 11011110 | 11100000 | 1010100 | 1 | 0 | 1100 | 10110101 | 1001011 | 110011 |
Color Harmonies of #23DEE0
Complementary color
Monochromatic Colors of #23DEE0
Black with #23DEE0
Text Example
Text Example
White with #23DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DEE0; }
p { color: rgb(35,222,224); }
H1.HeaderClassName
{
color: #23DEE0;
}
.AnyTagClassName
{
color: #23DEE0;
}
</style>
background-color css
<style>
a { background-color: #23DEE0; }
a { background-color: rgb(35,222,224); }
div.DivClassName
{
background-color: #23DEE0;
}
.BgClassName
{
background-color: #23DEE0;
}
</style>
border-color css
<style>
span { border-color: #23DEE0; }
span { border-color: rgb(35,222,224); }
td.TdClassName
{
border-color: #23DEE0;
}
.TagClassName
{
border-color: #23DEE0;
}
</style>