Shades of Turquoise #23CFCB
Tints of Turquoise #23CFCB
RGB
CMYK
RGB Variations
Color information
#23CFCB (or 0x23CFCB) is known color: Turquoise. HEX triplet: 23, CF and CB. RGB value is (35,207,203). Sum of RGB (Red+Green+Blue) = 35+207+203=445 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.87% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #23CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CFCB is #DC3034. Grayscale: #9A9A9A. Windows color (decimal): -14430261 or 13356835. OLE color: 13356835.
HSL color Cylindrical-coordinate representation of color #23CFCB: hue angle of 178.6º 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 #23CFCB is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 207 | 203 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.19 |
| HSL | 178.6º | 0.71% | 0.47% | - |
| HSV(B) | 178.6º | 0.83% | 0.81% | - |
| XYZ | 33.79 | 49.29 | 64.23 | - |
| YUV | 155.12 | 155.02 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 203 | 0.83 | 0 | 0.02 | 0.19 | 178.6 | 0.71 | 0.47 |
| Hex | 23 | CF | CB | 53 | 0 | 2 | 13 | B3 | 47 | 2F |
| Octal | 43 | 317 | 313 | 123 | 0 | 2 | 23 | 263 | 107 | 57 |
| Binary | 100011 | 11001111 | 11001011 | 1010011 | 0 | 10 | 10011 | 10110011 | 1000111 | 101111 |
Color Harmonies of #23CFCB
Complementary color
Monochromatic Colors of #23CFCB
Black with #23CFCB
Text Example
Text Example
White with #23CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CFCB; }
p { color: rgb(35,207,203); }
H1.HeaderClassName
{
color: #23CFCB;
}
.AnyTagClassName
{
color: #23CFCB;
}
</style>
background-color css
<style>
a { background-color: #23CFCB; }
a { background-color: rgb(35,207,203); }
div.DivClassName
{
background-color: #23CFCB;
}
.BgClassName
{
background-color: #23CFCB;
}
</style>
border-color css
<style>
span { border-color: #23CFCB; }
span { border-color: rgb(35,207,203); }
td.TdClassName
{
border-color: #23CFCB;
}
.TagClassName
{
border-color: #23CFCB;
}
</style>