Shades of Turquoise #3DFDCB
Tints of Turquoise #3DFDCB
RGB
CMYK
RGB Variations
Color information
#3DFDCB (or 0x3DFDCB) is known color: Turquoise. HEX triplet: 3D, FD and CB. RGB value is (61,253,203). Sum of RGB (Red+Green+Blue) = 61+253+203=517 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.80% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDCB is #C20234. Grayscale: #BDBDBD. Windows color (decimal): -12714549 or 13368637. OLE color: 13368637.
HSL color Cylindrical-coordinate representation of color #3DFDCB: hue angle of 164.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFDCB is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 203 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.01 |
| HSL | 164.38º | 0.98% | 0.62% | - |
| HSV(B) | 164.38º | 0.76% | 0.99% | - |
| XYZ | 47.83 | 75.55 | 68.56 | - |
| YUV | 189.89 | 135.39 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 203 | 0.76 | 0 | 0.20 | 0.01 | 164.38 | 0.98 | 0.62 |
| Hex | 3D | FD | CB | 4C | 0 | 14 | 1 | A4 | 62 | 3E |
| Octal | 75 | 375 | 313 | 114 | 0 | 24 | 1 | 244 | 142 | 76 |
| Binary | 111101 | 11111101 | 11001011 | 1001100 | 0 | 10100 | 1 | 10100100 | 1100010 | 111110 |
Color Harmonies of #3DFDCB
Complementary color
Monochromatic Colors of #3DFDCB
Black with #3DFDCB
Text Example
Text Example
White with #3DFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDCB; }
p { color: rgb(61,253,203); }
H1.HeaderClassName
{
color: #3DFDCB;
}
.AnyTagClassName
{
color: #3DFDCB;
}
</style>
background-color css
<style>
a { background-color: #3DFDCB; }
a { background-color: rgb(61,253,203); }
div.DivClassName
{
background-color: #3DFDCB;
}
.BgClassName
{
background-color: #3DFDCB;
}
</style>
border-color css
<style>
span { border-color: #3DFDCB; }
span { border-color: rgb(61,253,203); }
td.TdClassName
{
border-color: #3DFDCB;
}
.TagClassName
{
border-color: #3DFDCB;
}
</style>