Shades of Turquoise #23FFC2
Tints of Turquoise #23FFC2
RGB
CMYK
RGB Variations
Color information
#23FFC2 (or 0x23FFC2) is known color: Turquoise. HEX triplet: 23, FF and C2. RGB value is (35,255,194). Sum of RGB (Red+Green+Blue) = 35+255+194=484 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.23% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFC2 is #DC003D. Grayscale: #B6B6B6. Windows color (decimal): -14417982 or 12779299. OLE color: 12779299.
HSL color Cylindrical-coordinate representation of color #23FFC2: hue angle of 163.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FFC2 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 194 | - |
| CMYK | 0.86 | 0 | 0.24 | 0 |
| HSL | 163.36º | 1% | 0.57% | - |
| HSV(B) | 163.36º | 0.86% | 1% | - |
| XYZ | 46.19 | 75.77 | 63.23 | - |
| YUV | 182.27 | 134.61 | 22.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 194 | 0.86 | 0 | 0.24 | 0 | 163.36 | 1 | 0.57 |
| Hex | 23 | FF | C2 | 56 | 0 | 18 | 0 | A3 | 64 | 39 |
| Octal | 43 | 377 | 302 | 126 | 0 | 30 | 0 | 243 | 144 | 71 |
| Binary | 100011 | 11111111 | 11000010 | 1010110 | 0 | 11000 | 0 | 10100011 | 1100100 | 111001 |
Color Harmonies of #23FFC2
Complementary color
Monochromatic Colors of #23FFC2
Black with #23FFC2
Text Example
Text Example
White with #23FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFC2; }
p { color: rgb(35,255,194); }
H1.HeaderClassName
{
color: #23FFC2;
}
.AnyTagClassName
{
color: #23FFC2;
}
</style>
background-color css
<style>
a { background-color: #23FFC2; }
a { background-color: rgb(35,255,194); }
div.DivClassName
{
background-color: #23FFC2;
}
.BgClassName
{
background-color: #23FFC2;
}
</style>
border-color css
<style>
span { border-color: #23FFC2; }
span { border-color: rgb(35,255,194); }
td.TdClassName
{
border-color: #23FFC2;
}
.TagClassName
{
border-color: #23FFC2;
}
</style>