Shades of Turquoise #23DECE
Tints of Turquoise #23DECE
RGB
CMYK
RGB Variations
Color information
#23DECE (or 0x23DECE) is known color: Turquoise. HEX triplet: 23, DE and CE. RGB value is (35,222,206). Sum of RGB (Red+Green+Blue) = 35+222+206=463 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.56% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #23DECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DECE is #DC2131. Grayscale: #A4A4A4. Windows color (decimal): -14426418 or 13557283. OLE color: 13557283.
HSL color Cylindrical-coordinate representation of color #23DECE: hue angle of 174.87º 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 #23DECE is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 222 | 206 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.13 |
| HSL | 174.87º | 0.74% | 0.5% | - |
| HSV(B) | 174.87º | 0.84% | 0.87% | - |
| XYZ | 37.95 | 57.06 | 67.41 | - |
| YUV | 164.26 | 151.55 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 222 | 206 | 0.84 | 0 | 0.07 | 0.13 | 174.87 | 0.74 | 0.5 |
| Hex | 23 | DE | CE | 54 | 0 | 7 | D | AF | 4A | 32 |
| Octal | 43 | 336 | 316 | 124 | 0 | 7 | 15 | 257 | 112 | 62 |
| Binary | 100011 | 11011110 | 11001110 | 1010100 | 0 | 111 | 1101 | 10101111 | 1001010 | 110010 |
Color Harmonies of #23DECE
Complementary color
Monochromatic Colors of #23DECE
Black with #23DECE
Text Example
Text Example
White with #23DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DECE; }
p { color: rgb(35,222,206); }
H1.HeaderClassName
{
color: #23DECE;
}
.AnyTagClassName
{
color: #23DECE;
}
</style>
background-color css
<style>
a { background-color: #23DECE; }
a { background-color: rgb(35,222,206); }
div.DivClassName
{
background-color: #23DECE;
}
.BgClassName
{
background-color: #23DECE;
}
</style>
border-color css
<style>
span { border-color: #23DECE; }
span { border-color: rgb(35,222,206); }
td.TdClassName
{
border-color: #23DECE;
}
.TagClassName
{
border-color: #23DECE;
}
</style>