Shades of Bright Turquoise #23D5E0
Tints of Bright Turquoise #23D5E0
RGB
CMYK
RGB Variations
Color information
#23D5E0 (or 0x23D5E0) is known color: Bright Turquoise. HEX triplet: 23, D5 and E0. RGB value is (35,213,224). Sum of RGB (Red+Green+Blue) = 35+213+224=472 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.42% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #23D5E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D5E0 is #DC2A1F. Grayscale: #A0A0A0. Windows color (decimal): -14428704 or 14734627. OLE color: 14734627.
HSL color Cylindrical-coordinate representation of color #23D5E0: hue angle of 183.49º 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 #23D5E0 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 213 | 224 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.12 |
| HSL | 183.49º | 0.75% | 0.51% | - |
| HSV(B) | 183.49º | 0.84% | 0.88% | - |
| XYZ | 37.94 | 53.33 | 78.81 | - |
| YUV | 161.03 | 163.53 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 213 | 224 | 0.84 | 0.05 | 0 | 0.12 | 183.49 | 0.75 | 0.51 |
| Hex | 23 | D5 | E0 | 54 | 5 | 0 | C | B7 | 4B | 33 |
| Octal | 43 | 325 | 340 | 124 | 5 | 0 | 14 | 267 | 113 | 63 |
| Binary | 100011 | 11010101 | 11100000 | 1010100 | 101 | 0 | 1100 | 10110111 | 1001011 | 110011 |
Color Harmonies of #23D5E0
Complementary color
Monochromatic Colors of #23D5E0
Black with #23D5E0
Text Example
Text Example
White with #23D5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D5E0; }
p { color: rgb(35,213,224); }
H1.HeaderClassName
{
color: #23D5E0;
}
.AnyTagClassName
{
color: #23D5E0;
}
</style>
background-color css
<style>
a { background-color: #23D5E0; }
a { background-color: rgb(35,213,224); }
div.DivClassName
{
background-color: #23D5E0;
}
.BgClassName
{
background-color: #23D5E0;
}
</style>
border-color css
<style>
span { border-color: #23D5E0; }
span { border-color: rgb(35,213,224); }
td.TdClassName
{
border-color: #23D5E0;
}
.TagClassName
{
border-color: #23D5E0;
}
</style>