Shades of Turquoise #3DF0CB
Tints of Turquoise #3DF0CB
RGB
CMYK
RGB Variations
Color information
#3DF0CB (or 0x3DF0CB) is known color: Turquoise. HEX triplet: 3D, F0 and CB. RGB value is (61,240,203). Sum of RGB (Red+Green+Blue) = 61+240+203=504 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.10% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF0CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF0CB is #C20F34. Grayscale: #B6B6B6. Windows color (decimal): -12717877 or 13365309. OLE color: 13365309.
HSL color Cylindrical-coordinate representation of color #3DF0CB: hue angle of 167.6º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF0CB is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 203 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.06 |
| HSL | 167.6º | 0.86% | 0.59% | - |
| HSV(B) | 167.6º | 0.75% | 0.94% | - |
| XYZ | 43.86 | 67.62 | 67.24 | - |
| YUV | 182.26 | 139.7 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 203 | 0.75 | 0 | 0.15 | 0.06 | 167.6 | 0.86 | 0.59 |
| Hex | 3D | F0 | CB | 4B | 0 | F | 6 | A8 | 56 | 3B |
| Octal | 75 | 360 | 313 | 113 | 0 | 17 | 6 | 250 | 126 | 73 |
| Binary | 111101 | 11110000 | 11001011 | 1001011 | 0 | 1111 | 110 | 10101000 | 1010110 | 111011 |
Color Harmonies of #3DF0CB
Complementary color
Monochromatic Colors of #3DF0CB
Black with #3DF0CB
Text Example
Text Example
White with #3DF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF0CB; }
p { color: rgb(61,240,203); }
H1.HeaderClassName
{
color: #3DF0CB;
}
.AnyTagClassName
{
color: #3DF0CB;
}
</style>
background-color css
<style>
a { background-color: #3DF0CB; }
a { background-color: rgb(61,240,203); }
div.DivClassName
{
background-color: #3DF0CB;
}
.BgClassName
{
background-color: #3DF0CB;
}
</style>
border-color css
<style>
span { border-color: #3DF0CB; }
span { border-color: rgb(61,240,203); }
td.TdClassName
{
border-color: #3DF0CB;
}
.TagClassName
{
border-color: #3DF0CB;
}
</style>