Shades of Turquoise #23FBC9
Tints of Turquoise #23FBC9
RGB
CMYK
RGB Variations
Color information
#23FBC9 (or 0x23FBC9) is known color: Turquoise. HEX triplet: 23, FB and C9. RGB value is (35,251,201). Sum of RGB (Red+Green+Blue) = 35+251+201=487 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.19% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #23FBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FBC9 is #DC0436. Grayscale: #B4B4B4. Windows color (decimal): -14418999 or 13237027. OLE color: 13237027.
HSL color Cylindrical-coordinate representation of color #23FBC9: hue angle of 166.11º 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 #23FBC9 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 251 | 201 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.02 |
| HSL | 166.11º | 0.96% | 0.56% | - |
| HSV(B) | 166.11º | 0.86% | 0.98% | - |
| XYZ | 45.73 | 73.57 | 67.05 | - |
| YUV | 180.72 | 139.44 | 24.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 251 | 201 | 0.86 | 0 | 0.20 | 0.02 | 166.11 | 0.96 | 0.56 |
| Hex | 23 | FB | C9 | 56 | 0 | 14 | 2 | A6 | 60 | 38 |
| Octal | 43 | 373 | 311 | 126 | 0 | 24 | 2 | 246 | 140 | 70 |
| Binary | 100011 | 11111011 | 11001001 | 1010110 | 0 | 10100 | 10 | 10100110 | 1100000 | 111000 |
Color Harmonies of #23FBC9
Complementary color
Monochromatic Colors of #23FBC9
Black with #23FBC9
Text Example
Text Example
White with #23FBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FBC9; }
p { color: rgb(35,251,201); }
H1.HeaderClassName
{
color: #23FBC9;
}
.AnyTagClassName
{
color: #23FBC9;
}
</style>
background-color css
<style>
a { background-color: #23FBC9; }
a { background-color: rgb(35,251,201); }
div.DivClassName
{
background-color: #23FBC9;
}
.BgClassName
{
background-color: #23FBC9;
}
</style>
border-color css
<style>
span { border-color: #23FBC9; }
span { border-color: rgb(35,251,201); }
td.TdClassName
{
border-color: #23FBC9;
}
.TagClassName
{
border-color: #23FBC9;
}
</style>