Shades of Bright Turquoise #23F2D5
Tints of Bright Turquoise #23F2D5
RGB
CMYK
RGB Variations
Color information
#23F2D5 (or 0x23F2D5) is known color: Bright Turquoise. HEX triplet: 23, F2 and D5. RGB value is (35,242,213). Sum of RGB (Red+Green+Blue) = 35+242+213=490 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.14% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #23F2D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F2D5 is #DC0D2A. Grayscale: #B0B0B0. Windows color (decimal): -14421291 or 14021155. OLE color: 14021155.
HSL color Cylindrical-coordinate representation of color #23F2D5: hue angle of 171.59º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23F2D5 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 242 | 213 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.05 |
| HSL | 171.59º | 0.89% | 0.54% | - |
| HSV(B) | 171.59º | 0.86% | 0.95% | - |
| XYZ | 44.46 | 68.67 | 73.86 | - |
| YUV | 176.8 | 148.42 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 242 | 213 | 0.86 | 0 | 0.12 | 0.05 | 171.59 | 0.89 | 0.54 |
| Hex | 23 | F2 | D5 | 56 | 0 | C | 5 | AC | 59 | 36 |
| Octal | 43 | 362 | 325 | 126 | 0 | 14 | 5 | 254 | 131 | 66 |
| Binary | 100011 | 11110010 | 11010101 | 1010110 | 0 | 1100 | 101 | 10101100 | 1011001 | 110110 |
Color Harmonies of #23F2D5
Complementary color
Monochromatic Colors of #23F2D5
Black with #23F2D5
Text Example
Text Example
White with #23F2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F2D5; }
p { color: rgb(35,242,213); }
H1.HeaderClassName
{
color: #23F2D5;
}
.AnyTagClassName
{
color: #23F2D5;
}
</style>
background-color css
<style>
a { background-color: #23F2D5; }
a { background-color: rgb(35,242,213); }
div.DivClassName
{
background-color: #23F2D5;
}
.BgClassName
{
background-color: #23F2D5;
}
</style>
border-color css
<style>
span { border-color: #23F2D5; }
span { border-color: rgb(35,242,213); }
td.TdClassName
{
border-color: #23F2D5;
}
.TagClassName
{
border-color: #23F2D5;
}
</style>