Shades of Turquoise #23CFC1
Tints of Turquoise #23CFC1
RGB
CMYK
RGB Variations
Color information
#23CFC1 (or 0x23CFC1) is known color: Turquoise. HEX triplet: 23, CF and C1. RGB value is (35,207,193). Sum of RGB (Red+Green+Blue) = 35+207+193=435 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.05% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #23CFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CFC1 is #DC303E. Grayscale: #999999. Windows color (decimal): -14430271 or 12701475. OLE color: 12701475.
HSL color Cylindrical-coordinate representation of color #23CFC1: hue angle of 175.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CFC1 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 207 | 193 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.19 |
| HSL | 175.12º | 0.71% | 0.47% | - |
| HSV(B) | 175.12º | 0.83% | 0.81% | - |
| XYZ | 32.63 | 48.83 | 58.16 | - |
| YUV | 153.98 | 150.02 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 193 | 0.83 | 0 | 0.07 | 0.19 | 175.12 | 0.71 | 0.47 |
| Hex | 23 | CF | C1 | 53 | 0 | 7 | 13 | AF | 47 | 2F |
| Octal | 43 | 317 | 301 | 123 | 0 | 7 | 23 | 257 | 107 | 57 |
| Binary | 100011 | 11001111 | 11000001 | 1010011 | 0 | 111 | 10011 | 10101111 | 1000111 | 101111 |
Color Harmonies of #23CFC1
Complementary color
Monochromatic Colors of #23CFC1
Black with #23CFC1
Text Example
Text Example
White with #23CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CFC1; }
p { color: rgb(35,207,193); }
H1.HeaderClassName
{
color: #23CFC1;
}
.AnyTagClassName
{
color: #23CFC1;
}
</style>
background-color css
<style>
a { background-color: #23CFC1; }
a { background-color: rgb(35,207,193); }
div.DivClassName
{
background-color: #23CFC1;
}
.BgClassName
{
background-color: #23CFC1;
}
</style>
border-color css
<style>
span { border-color: #23CFC1; }
span { border-color: rgb(35,207,193); }
td.TdClassName
{
border-color: #23CFC1;
}
.TagClassName
{
border-color: #23CFC1;
}
</style>