Shades of Turquoise #3DF3CC
Tints of Turquoise #3DF3CC
RGB
CMYK
RGB Variations
Color information
#3DF3CC (or 0x3DF3CC) is known color: Turquoise. HEX triplet: 3D, F3 and CC. RGB value is (61,243,204). Sum of RGB (Red+Green+Blue) = 61+243+204=508 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.01% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF3CC is #C20C33. Grayscale: #B8B8B8. Windows color (decimal): -12717108 or 13431613. OLE color: 13431613.
HSL color Cylindrical-coordinate representation of color #3DF3CC: hue angle of 167.14º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF3CC is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 204 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.05 |
| HSL | 167.14º | 0.88% | 0.6% | - |
| HSV(B) | 167.14º | 0.75% | 0.95% | - |
| XYZ | 44.87 | 69.45 | 68.17 | - |
| YUV | 184.14 | 139.2 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 204 | 0.75 | 0 | 0.16 | 0.05 | 167.14 | 0.88 | 0.6 |
| Hex | 3D | F3 | CC | 4B | 0 | 10 | 5 | A7 | 58 | 3C |
| Octal | 75 | 363 | 314 | 113 | 0 | 20 | 5 | 247 | 130 | 74 |
| Binary | 111101 | 11110011 | 11001100 | 1001011 | 0 | 10000 | 101 | 10100111 | 1011000 | 111100 |
Color Harmonies of #3DF3CC
Complementary color
Monochromatic Colors of #3DF3CC
Black with #3DF3CC
Text Example
Text Example
White with #3DF3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3CC; }
p { color: rgb(61,243,204); }
H1.HeaderClassName
{
color: #3DF3CC;
}
.AnyTagClassName
{
color: #3DF3CC;
}
</style>
background-color css
<style>
a { background-color: #3DF3CC; }
a { background-color: rgb(61,243,204); }
div.DivClassName
{
background-color: #3DF3CC;
}
.BgClassName
{
background-color: #3DF3CC;
}
</style>
border-color css
<style>
span { border-color: #3DF3CC; }
span { border-color: rgb(61,243,204); }
td.TdClassName
{
border-color: #3DF3CC;
}
.TagClassName
{
border-color: #3DF3CC;
}
</style>