Shades of Turquoise #2DFACB
Tints of Turquoise #2DFACB
RGB
CMYK
RGB Variations
Color information
#2DFACB (or 0x2DFACB) is known color: Turquoise. HEX triplet: 2D, FA and CB. RGB value is (45,250,203). Sum of RGB (Red+Green+Blue) = 45+250+203=498 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.04% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFACB is #D20534. Grayscale: #B7B7B7. Windows color (decimal): -13763893 or 13367853. OLE color: 13367853.
HSL color Cylindrical-coordinate representation of color #2DFACB: hue angle of 166.24º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFACB is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 203 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.02 |
| HSL | 166.24º | 0.95% | 0.58% | - |
| HSV(B) | 166.24º | 0.82% | 0.98% | - |
| XYZ | 46.05 | 73.24 | 68.21 | - |
| YUV | 183.35 | 139.08 | 29.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 203 | 0.82 | 0 | 0.19 | 0.02 | 166.24 | 0.95 | 0.58 |
| Hex | 2D | FA | CB | 52 | 0 | 13 | 2 | A6 | 5F | 3A |
| Octal | 55 | 372 | 313 | 122 | 0 | 23 | 2 | 246 | 137 | 72 |
| Binary | 101101 | 11111010 | 11001011 | 1010010 | 0 | 10011 | 10 | 10100110 | 1011111 | 111010 |
Color Harmonies of #2DFACB
Complementary color
Monochromatic Colors of #2DFACB
Black with #2DFACB
Text Example
Text Example
White with #2DFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFACB; }
p { color: rgb(45,250,203); }
H1.HeaderClassName
{
color: #2DFACB;
}
.AnyTagClassName
{
color: #2DFACB;
}
</style>
background-color css
<style>
a { background-color: #2DFACB; }
a { background-color: rgb(45,250,203); }
div.DivClassName
{
background-color: #2DFACB;
}
.BgClassName
{
background-color: #2DFACB;
}
</style>
border-color css
<style>
span { border-color: #2DFACB; }
span { border-color: rgb(45,250,203); }
td.TdClassName
{
border-color: #2DFACB;
}
.TagClassName
{
border-color: #2DFACB;
}
</style>