Shades of Turquoise #3DF3C4
Tints of Turquoise #3DF3C4
RGB
CMYK
RGB Variations
Color information
#3DF3C4 (or 0x3DF3C4) is known color: Turquoise. HEX triplet: 3D, F3 and C4. RGB value is (61,243,196). Sum of RGB (Red+Green+Blue) = 61+243+196=500 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.2% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF3C4 is #C20C3B. Grayscale: #B7B7B7. Windows color (decimal): -12717116 or 12907325. OLE color: 12907325.
HSL color Cylindrical-coordinate representation of color #3DF3C4: hue angle of 164.51º 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 #3DF3C4 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 196 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.05 |
| HSL | 164.51º | 0.88% | 0.6% | - |
| HSV(B) | 164.51º | 0.75% | 0.95% | - |
| XYZ | 43.94 | 69.08 | 63.24 | - |
| YUV | 183.22 | 135.2 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 196 | 0.75 | 0 | 0.19 | 0.05 | 164.51 | 0.88 | 0.6 |
| Hex | 3D | F3 | C4 | 4B | 0 | 13 | 5 | A5 | 58 | 3C |
| Octal | 75 | 363 | 304 | 113 | 0 | 23 | 5 | 245 | 130 | 74 |
| Binary | 111101 | 11110011 | 11000100 | 1001011 | 0 | 10011 | 101 | 10100101 | 1011000 | 111100 |
Color Harmonies of #3DF3C4
Complementary color
Monochromatic Colors of #3DF3C4
Black with #3DF3C4
Text Example
Text Example
White with #3DF3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3C4; }
p { color: rgb(61,243,196); }
H1.HeaderClassName
{
color: #3DF3C4;
}
.AnyTagClassName
{
color: #3DF3C4;
}
</style>
background-color css
<style>
a { background-color: #3DF3C4; }
a { background-color: rgb(61,243,196); }
div.DivClassName
{
background-color: #3DF3C4;
}
.BgClassName
{
background-color: #3DF3C4;
}
</style>
border-color css
<style>
span { border-color: #3DF3C4; }
span { border-color: rgb(61,243,196); }
td.TdClassName
{
border-color: #3DF3C4;
}
.TagClassName
{
border-color: #3DF3C4;
}
</style>