Shades of Turquoise #23DFCB
Tints of Turquoise #23DFCB
RGB
CMYK
RGB Variations
Color information
#23DFCB (or 0x23DFCB) is known color: Turquoise. HEX triplet: 23, DF and CB. RGB value is (35,223,203). Sum of RGB (Red+Green+Blue) = 35+223+203=461 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.59% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #23DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DFCB is #DC2034. Grayscale: #A4A4A4. Windows color (decimal): -14426165 or 13360931. OLE color: 13360931.
HSL color Cylindrical-coordinate representation of color #23DFCB: hue angle of 173.62º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DFCB is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 223 | 203 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.13 |
| HSL | 173.62º | 0.75% | 0.51% | - |
| HSV(B) | 173.62º | 0.84% | 0.87% | - |
| XYZ | 37.86 | 57.44 | 65.59 | - |
| YUV | 164.51 | 149.72 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 223 | 203 | 0.84 | 0 | 0.09 | 0.13 | 173.62 | 0.75 | 0.51 |
| Hex | 23 | DF | CB | 54 | 0 | 9 | D | AE | 4B | 33 |
| Octal | 43 | 337 | 313 | 124 | 0 | 11 | 15 | 256 | 113 | 63 |
| Binary | 100011 | 11011111 | 11001011 | 1010100 | 0 | 1001 | 1101 | 10101110 | 1001011 | 110011 |
Color Harmonies of #23DFCB
Complementary color
Monochromatic Colors of #23DFCB
Black with #23DFCB
Text Example
Text Example
White with #23DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DFCB; }
p { color: rgb(35,223,203); }
H1.HeaderClassName
{
color: #23DFCB;
}
.AnyTagClassName
{
color: #23DFCB;
}
</style>
background-color css
<style>
a { background-color: #23DFCB; }
a { background-color: rgb(35,223,203); }
div.DivClassName
{
background-color: #23DFCB;
}
.BgClassName
{
background-color: #23DFCB;
}
</style>
border-color css
<style>
span { border-color: #23DFCB; }
span { border-color: rgb(35,223,203); }
td.TdClassName
{
border-color: #23DFCB;
}
.TagClassName
{
border-color: #23DFCB;
}
</style>