Shades of Turquoise #23FCC3
Tints of Turquoise #23FCC3
RGB
CMYK
RGB Variations
Color information
#23FCC3 (or 0x23FCC3) is known color: Turquoise. HEX triplet: 23, FC and C3. RGB value is (35,252,195). Sum of RGB (Red+Green+Blue) = 35+252+195=482 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.26% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #23FCC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FCC3 is #DC033C. Grayscale: #B4B4B4. Windows color (decimal): -14418749 or 12844067. OLE color: 12844067.
HSL color Cylindrical-coordinate representation of color #23FCC3: hue angle of 164.24º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FCC3 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 252 | 195 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.01 |
| HSL | 164.24º | 0.97% | 0.56% | - |
| HSV(B) | 164.24º | 0.86% | 0.99% | - |
| XYZ | 45.35 | 73.92 | 63.51 | - |
| YUV | 180.62 | 136.11 | 24.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 252 | 195 | 0.86 | 0 | 0.23 | 0.01 | 164.24 | 0.97 | 0.56 |
| Hex | 23 | FC | C3 | 56 | 0 | 17 | 1 | A4 | 61 | 38 |
| Octal | 43 | 374 | 303 | 126 | 0 | 27 | 1 | 244 | 141 | 70 |
| Binary | 100011 | 11111100 | 11000011 | 1010110 | 0 | 10111 | 1 | 10100100 | 1100001 | 111000 |
Color Harmonies of #23FCC3
Complementary color
Monochromatic Colors of #23FCC3
Black with #23FCC3
Text Example
Text Example
White with #23FCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FCC3; }
p { color: rgb(35,252,195); }
H1.HeaderClassName
{
color: #23FCC3;
}
.AnyTagClassName
{
color: #23FCC3;
}
</style>
background-color css
<style>
a { background-color: #23FCC3; }
a { background-color: rgb(35,252,195); }
div.DivClassName
{
background-color: #23FCC3;
}
.BgClassName
{
background-color: #23FCC3;
}
</style>
border-color css
<style>
span { border-color: #23FCC3; }
span { border-color: rgb(35,252,195); }
td.TdClassName
{
border-color: #23FCC3;
}
.TagClassName
{
border-color: #23FCC3;
}
</style>