Shades of Bright Turquoise #23D6DD
Tints of Bright Turquoise #23D6DD
RGB
CMYK
RGB Variations
Color information
#23D6DD (or 0x23D6DD) is known color: Bright Turquoise. HEX triplet: 23, D6 and DD. RGB value is (35,214,221). Sum of RGB (Red+Green+Blue) = 35+214+221=470 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.45% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #23D6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D6DD is #DC2922. Grayscale: #A1A1A1. Windows color (decimal): -14428451 or 14538275. OLE color: 14538275.
HSL color Cylindrical-coordinate representation of color #23D6DD: hue angle of 182.26º degrees, saturation: 0.73, 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 #23D6DD is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 214 | 221 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.13 |
| HSL | 182.26º | 0.73% | 0.5% | - |
| HSV(B) | 182.26º | 0.84% | 0.87% | - |
| XYZ | 37.79 | 53.67 | 76.77 | - |
| YUV | 161.28 | 161.7 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 214 | 221 | 0.84 | 0.03 | 0 | 0.13 | 182.26 | 0.73 | 0.5 |
| Hex | 23 | D6 | DD | 54 | 3 | 0 | D | B6 | 49 | 32 |
| Octal | 43 | 326 | 335 | 124 | 3 | 0 | 15 | 266 | 111 | 62 |
| Binary | 100011 | 11010110 | 11011101 | 1010100 | 11 | 0 | 1101 | 10110110 | 1001001 | 110010 |
Color Harmonies of #23D6DD
Complementary color
Monochromatic Colors of #23D6DD
Black with #23D6DD
Text Example
Text Example
White with #23D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D6DD; }
p { color: rgb(35,214,221); }
H1.HeaderClassName
{
color: #23D6DD;
}
.AnyTagClassName
{
color: #23D6DD;
}
</style>
background-color css
<style>
a { background-color: #23D6DD; }
a { background-color: rgb(35,214,221); }
div.DivClassName
{
background-color: #23D6DD;
}
.BgClassName
{
background-color: #23D6DD;
}
</style>
border-color css
<style>
span { border-color: #23D6DD; }
span { border-color: rgb(35,214,221); }
td.TdClassName
{
border-color: #23D6DD;
}
.TagClassName
{
border-color: #23D6DD;
}
</style>