Shades of Turquoise #23DFC2
Tints of Turquoise #23DFC2
RGB
CMYK
RGB Variations
Color information
#23DFC2 (or 0x23DFC2) is known color: Turquoise. HEX triplet: 23, DF and C2. RGB value is (35,223,194). Sum of RGB (Red+Green+Blue) = 35+223+194=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #23DFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DFC2 is #DC203D. Grayscale: #A3A3A3. Windows color (decimal): -14426174 or 12771107. OLE color: 12771107.
HSL color Cylindrical-coordinate representation of color #23DFC2: hue angle of 170.74º 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 #23DFC2 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 223 | 194 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.13 |
| HSL | 170.74º | 0.75% | 0.51% | - |
| HSV(B) | 170.74º | 0.84% | 0.87% | - |
| XYZ | 36.82 | 57.03 | 60.11 | - |
| YUV | 163.48 | 145.22 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 223 | 194 | 0.84 | 0 | 0.13 | 0.13 | 170.74 | 0.75 | 0.51 |
| Hex | 23 | DF | C2 | 54 | 0 | D | D | AB | 4B | 33 |
| Octal | 43 | 337 | 302 | 124 | 0 | 15 | 15 | 253 | 113 | 63 |
| Binary | 100011 | 11011111 | 11000010 | 1010100 | 0 | 1101 | 1101 | 10101011 | 1001011 | 110011 |
Color Harmonies of #23DFC2
Complementary color
Monochromatic Colors of #23DFC2
Black with #23DFC2
Text Example
Text Example
White with #23DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DFC2; }
p { color: rgb(35,223,194); }
H1.HeaderClassName
{
color: #23DFC2;
}
.AnyTagClassName
{
color: #23DFC2;
}
</style>
background-color css
<style>
a { background-color: #23DFC2; }
a { background-color: rgb(35,223,194); }
div.DivClassName
{
background-color: #23DFC2;
}
.BgClassName
{
background-color: #23DFC2;
}
</style>
border-color css
<style>
span { border-color: #23DFC2; }
span { border-color: rgb(35,223,194); }
td.TdClassName
{
border-color: #23DFC2;
}
.TagClassName
{
border-color: #23DFC2;
}
</style>