Shades of Turquoise #3DF9CC
Tints of Turquoise #3DF9CC
RGB
CMYK
RGB Variations
Color information
#3DF9CC (or 0x3DF9CC) is known color: Turquoise. HEX triplet: 3D, F9 and CC. RGB value is (61,249,204). Sum of RGB (Red+Green+Blue) = 61+249+204=514 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.87% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF9CC is #C20633. Grayscale: #BBBBBB. Windows color (decimal): -12715572 or 13433149. OLE color: 13433149.
HSL color Cylindrical-coordinate representation of color #3DF9CC: hue angle of 165.64º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF9CC is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 204 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.02 |
| HSL | 165.64º | 0.94% | 0.61% | - |
| HSV(B) | 165.64º | 0.76% | 0.98% | - |
| XYZ | 46.7 | 73.1 | 68.78 | - |
| YUV | 187.66 | 137.22 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 204 | 0.76 | 0 | 0.18 | 0.02 | 165.64 | 0.94 | 0.61 |
| Hex | 3D | F9 | CC | 4C | 0 | 12 | 2 | A6 | 5E | 3D |
| Octal | 75 | 371 | 314 | 114 | 0 | 22 | 2 | 246 | 136 | 75 |
| Binary | 111101 | 11111001 | 11001100 | 1001100 | 0 | 10010 | 10 | 10100110 | 1011110 | 111101 |
Color Harmonies of #3DF9CC
Complementary color
Monochromatic Colors of #3DF9CC
Black with #3DF9CC
Text Example
Text Example
White with #3DF9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF9CC; }
p { color: rgb(61,249,204); }
H1.HeaderClassName
{
color: #3DF9CC;
}
.AnyTagClassName
{
color: #3DF9CC;
}
</style>
background-color css
<style>
a { background-color: #3DF9CC; }
a { background-color: rgb(61,249,204); }
div.DivClassName
{
background-color: #3DF9CC;
}
.BgClassName
{
background-color: #3DF9CC;
}
</style>
border-color css
<style>
span { border-color: #3DF9CC; }
span { border-color: rgb(61,249,204); }
td.TdClassName
{
border-color: #3DF9CC;
}
.TagClassName
{
border-color: #3DF9CC;
}
</style>