Shades of Dark Turquoise #23CBD5
Tints of Dark Turquoise #23CBD5
RGB
CMYK
RGB Variations
Color information
#23CBD5 (or 0x23CBD5) is known color: Dark Turquoise. HEX triplet: 23, CB and D5. RGB value is (35,203,213). Sum of RGB (Red+Green+Blue) = 35+203+213=451 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.76% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #23CBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CBD5 is #DC342A. Grayscale: #999999. Windows color (decimal): -14431275 or 14011171. OLE color: 14011171.
HSL color Cylindrical-coordinate representation of color #23CBD5: hue angle of 183.37º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CBD5 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 203 | 213 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.16 |
| HSL | 183.37º | 0.72% | 0.49% | - |
| HSV(B) | 183.37º | 0.84% | 0.84% | - |
| XYZ | 34.06 | 47.87 | 70.4 | - |
| YUV | 153.91 | 161.34 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 203 | 213 | 0.84 | 0.05 | 0 | 0.16 | 183.37 | 0.72 | 0.49 |
| Hex | 23 | CB | D5 | 54 | 5 | 0 | 10 | B7 | 48 | 31 |
| Octal | 43 | 313 | 325 | 124 | 5 | 0 | 20 | 267 | 110 | 61 |
| Binary | 100011 | 11001011 | 11010101 | 1010100 | 101 | 0 | 10000 | 10110111 | 1001000 | 110001 |
Color Harmonies of #23CBD5
Complementary color
Monochromatic Colors of #23CBD5
Black with #23CBD5
Text Example
Text Example
White with #23CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CBD5; }
p { color: rgb(35,203,213); }
H1.HeaderClassName
{
color: #23CBD5;
}
.AnyTagClassName
{
color: #23CBD5;
}
</style>
background-color css
<style>
a { background-color: #23CBD5; }
a { background-color: rgb(35,203,213); }
div.DivClassName
{
background-color: #23CBD5;
}
.BgClassName
{
background-color: #23CBD5;
}
</style>
border-color css
<style>
span { border-color: #23CBD5; }
span { border-color: rgb(35,203,213); }
td.TdClassName
{
border-color: #23CBD5;
}
.TagClassName
{
border-color: #23CBD5;
}
</style>