Shades of Bright Turquoise #23FBE5
Tints of Bright Turquoise #23FBE5
RGB
CMYK
RGB Variations
Color information
#23FBE5 (or 0x23FBE5) is known color: Bright Turquoise. HEX triplet: 23, FB and E5. RGB value is (35,251,229). Sum of RGB (Red+Green+Blue) = 35+251+229=515 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.80% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #23FBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FBE5 is #DC041A. Grayscale: #B7B7B7. Windows color (decimal): -14418971 or 15072035. OLE color: 15072035.
HSL color Cylindrical-coordinate representation of color #23FBE5: hue angle of 173.89º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FBE5 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 251 | 229 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.02 |
| HSL | 173.89º | 0.96% | 0.56% | - |
| HSV(B) | 173.89º | 0.86% | 0.98% | - |
| XYZ | 49.33 | 75.01 | 86.01 | - |
| YUV | 183.91 | 153.44 | 21.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 251 | 229 | 0.86 | 0 | 0.09 | 0.02 | 173.89 | 0.96 | 0.56 |
| Hex | 23 | FB | E5 | 56 | 0 | 9 | 2 | AE | 60 | 38 |
| Octal | 43 | 373 | 345 | 126 | 0 | 11 | 2 | 256 | 140 | 70 |
| Binary | 100011 | 11111011 | 11100101 | 1010110 | 0 | 1001 | 10 | 10101110 | 1100000 | 111000 |
Color Harmonies of #23FBE5
Complementary color
Monochromatic Colors of #23FBE5
Black with #23FBE5
Text Example
Text Example
White with #23FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FBE5; }
p { color: rgb(35,251,229); }
H1.HeaderClassName
{
color: #23FBE5;
}
.AnyTagClassName
{
color: #23FBE5;
}
</style>
background-color css
<style>
a { background-color: #23FBE5; }
a { background-color: rgb(35,251,229); }
div.DivClassName
{
background-color: #23FBE5;
}
.BgClassName
{
background-color: #23FBE5;
}
</style>
border-color css
<style>
span { border-color: #23FBE5; }
span { border-color: rgb(35,251,229); }
td.TdClassName
{
border-color: #23FBE5;
}
.TagClassName
{
border-color: #23FBE5;
}
</style>