Shades of Turquoise #23DBD4
Tints of Turquoise #23DBD4
RGB
CMYK
RGB Variations
Color information
#23DBD4 (or 0x23DBD4) is known color: Turquoise. HEX triplet: 23, DB and D4. RGB value is (35,219,212). Sum of RGB (Red+Green+Blue) = 35+219+212=466 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.51% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #23DBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DBD4 is #DC242B. Grayscale: #A3A3A3. Windows color (decimal): -14427180 or 13949731. OLE color: 13949731.
HSL color Cylindrical-coordinate representation of color #23DBD4: hue angle of 177.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DBD4 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 219 | 212 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.14 |
| HSL | 177.72º | 0.72% | 0.5% | - |
| HSV(B) | 177.72º | 0.84% | 0.86% | - |
| XYZ | 37.91 | 55.77 | 71.05 | - |
| YUV | 163.19 | 155.54 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 212 | 0.84 | 0 | 0.03 | 0.14 | 177.72 | 0.72 | 0.5 |
| Hex | 23 | DB | D4 | 54 | 0 | 3 | E | B2 | 48 | 32 |
| Octal | 43 | 333 | 324 | 124 | 0 | 3 | 16 | 262 | 110 | 62 |
| Binary | 100011 | 11011011 | 11010100 | 1010100 | 0 | 11 | 1110 | 10110010 | 1001000 | 110010 |
Color Harmonies of #23DBD4
Complementary color
Monochromatic Colors of #23DBD4
Black with #23DBD4
Text Example
Text Example
White with #23DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBD4; }
p { color: rgb(35,219,212); }
H1.HeaderClassName
{
color: #23DBD4;
}
.AnyTagClassName
{
color: #23DBD4;
}
</style>
background-color css
<style>
a { background-color: #23DBD4; }
a { background-color: rgb(35,219,212); }
div.DivClassName
{
background-color: #23DBD4;
}
.BgClassName
{
background-color: #23DBD4;
}
</style>
border-color css
<style>
span { border-color: #23DBD4; }
span { border-color: rgb(35,219,212); }
td.TdClassName
{
border-color: #23DBD4;
}
.TagClassName
{
border-color: #23DBD4;
}
</style>