Shades of Turquoise #23CFC2
Tints of Turquoise #23CFC2
RGB
CMYK
RGB Variations
Color information
#23CFC2 (or 0x23CFC2) is known color: Turquoise. HEX triplet: 23, CF and C2. RGB value is (35,207,194). Sum of RGB (Red+Green+Blue) = 35+207+194=436 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.03% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #23CFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CFC2 is #DC303D. Grayscale: #999999. Windows color (decimal): -14430270 or 12767011. OLE color: 12767011.
HSL color Cylindrical-coordinate representation of color #23CFC2: hue angle of 175.47º 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 #23CFC2 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 207 | 194 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.19 |
| HSL | 175.47º | 0.71% | 0.47% | - |
| HSV(B) | 175.47º | 0.83% | 0.81% | - |
| XYZ | 32.74 | 48.88 | 58.75 | - |
| YUV | 154.09 | 150.52 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 194 | 0.83 | 0 | 0.06 | 0.19 | 175.47 | 0.71 | 0.47 |
| Hex | 23 | CF | C2 | 53 | 0 | 6 | 13 | AF | 47 | 2F |
| Octal | 43 | 317 | 302 | 123 | 0 | 6 | 23 | 257 | 107 | 57 |
| Binary | 100011 | 11001111 | 11000010 | 1010011 | 0 | 110 | 10011 | 10101111 | 1000111 | 101111 |
Color Harmonies of #23CFC2
Complementary color
Monochromatic Colors of #23CFC2
Black with #23CFC2
Text Example
Text Example
White with #23CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CFC2; }
p { color: rgb(35,207,194); }
H1.HeaderClassName
{
color: #23CFC2;
}
.AnyTagClassName
{
color: #23CFC2;
}
</style>
background-color css
<style>
a { background-color: #23CFC2; }
a { background-color: rgb(35,207,194); }
div.DivClassName
{
background-color: #23CFC2;
}
.BgClassName
{
background-color: #23CFC2;
}
</style>
border-color css
<style>
span { border-color: #23CFC2; }
span { border-color: rgb(35,207,194); }
td.TdClassName
{
border-color: #23CFC2;
}
.TagClassName
{
border-color: #23CFC2;
}
</style>