Shades of Turquoise #3DEACF
Tints of Turquoise #3DEACF
RGB
CMYK
RGB Variations
Color information
#3DEACF (or 0x3DEACF) is known color: Turquoise. HEX triplet: 3D, EA and CF. RGB value is (61,234,207). Sum of RGB (Red+Green+Blue) = 61+234+207=502 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.15% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEACF is #C21530. Grayscale: #B3B3B3. Windows color (decimal): -12719409 or 13625917. OLE color: 13625917.
HSL color Cylindrical-coordinate representation of color #3DEACF: hue angle of 170.64º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEACF is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 234 | 207 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.08 |
| HSL | 170.64º | 0.8% | 0.58% | - |
| HSV(B) | 170.64º | 0.74% | 0.92% | - |
| XYZ | 42.61 | 64.34 | 69.21 | - |
| YUV | 179.2 | 143.69 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 234 | 207 | 0.74 | 0 | 0.12 | 0.08 | 170.64 | 0.8 | 0.58 |
| Hex | 3D | EA | CF | 4A | 0 | C | 8 | AB | 50 | 3A |
| Octal | 75 | 352 | 317 | 112 | 0 | 14 | 10 | 253 | 120 | 72 |
| Binary | 111101 | 11101010 | 11001111 | 1001010 | 0 | 1100 | 1000 | 10101011 | 1010000 | 111010 |
Color Harmonies of #3DEACF
Complementary color
Monochromatic Colors of #3DEACF
Black with #3DEACF
Text Example
Text Example
White with #3DEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEACF; }
p { color: rgb(61,234,207); }
H1.HeaderClassName
{
color: #3DEACF;
}
.AnyTagClassName
{
color: #3DEACF;
}
</style>
background-color css
<style>
a { background-color: #3DEACF; }
a { background-color: rgb(61,234,207); }
div.DivClassName
{
background-color: #3DEACF;
}
.BgClassName
{
background-color: #3DEACF;
}
</style>
border-color css
<style>
span { border-color: #3DEACF; }
span { border-color: rgb(61,234,207); }
td.TdClassName
{
border-color: #3DEACF;
}
.TagClassName
{
border-color: #3DEACF;
}
</style>