Shades of Turquoise #3DFFCB
Tints of Turquoise #3DFFCB
RGB
CMYK
RGB Variations
Color information
#3DFFCB (or 0x3DFFCB) is known color: Turquoise. HEX triplet: 3D, FF and CB. RGB value is (61,255,203). Sum of RGB (Red+Green+Blue) = 61+255+203=519 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.75% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFCB is #C20034. Grayscale: #BFBFBF. Windows color (decimal): -12714037 or 13369149. OLE color: 13369149.
HSL color Cylindrical-coordinate representation of color #3DFFCB: hue angle of 163.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFCB is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 203 | - |
| CMYK | 0.76 | 0 | 0.20 | 0 |
| HSL | 163.92º | 1% | 0.62% | - |
| HSV(B) | 163.92º | 0.76% | 1% | - |
| XYZ | 48.46 | 76.82 | 68.77 | - |
| YUV | 191.07 | 134.73 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 203 | 0.76 | 0 | 0.20 | 0 | 163.92 | 1 | 0.62 |
| Hex | 3D | FF | CB | 4C | 0 | 14 | 0 | A4 | 64 | 3E |
| Octal | 75 | 377 | 313 | 114 | 0 | 24 | 0 | 244 | 144 | 76 |
| Binary | 111101 | 11111111 | 11001011 | 1001100 | 0 | 10100 | 0 | 10100100 | 1100100 | 111110 |
Color Harmonies of #3DFFCB
Complementary color
Monochromatic Colors of #3DFFCB
Black with #3DFFCB
Text Example
Text Example
White with #3DFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFCB; }
p { color: rgb(61,255,203); }
H1.HeaderClassName
{
color: #3DFFCB;
}
.AnyTagClassName
{
color: #3DFFCB;
}
</style>
background-color css
<style>
a { background-color: #3DFFCB; }
a { background-color: rgb(61,255,203); }
div.DivClassName
{
background-color: #3DFFCB;
}
.BgClassName
{
background-color: #3DFFCB;
}
</style>
border-color css
<style>
span { border-color: #3DFFCB; }
span { border-color: rgb(61,255,203); }
td.TdClassName
{
border-color: #3DFFCB;
}
.TagClassName
{
border-color: #3DFFCB;
}
</style>