Shades of Turquoise #3DF3CA
Tints of Turquoise #3DF3CA
RGB
CMYK
RGB Variations
Color information
#3DF3CA (or 0x3DF3CA) is known color: Turquoise. HEX triplet: 3D, F3 and CA. RGB value is (61,243,202). Sum of RGB (Red+Green+Blue) = 61+243+202=506 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.06% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF3CA is #C20C35. Grayscale: #B7B7B7. Windows color (decimal): -12717110 or 13300541. OLE color: 13300541.
HSL color Cylindrical-coordinate representation of color #3DF3CA: hue angle of 166.48º 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 #3DF3CA is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 202 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.05 |
| HSL | 166.48º | 0.88% | 0.6% | - |
| HSV(B) | 166.48º | 0.75% | 0.95% | - |
| XYZ | 44.64 | 69.36 | 66.91 | - |
| YUV | 183.91 | 138.2 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 202 | 0.75 | 0 | 0.17 | 0.05 | 166.48 | 0.88 | 0.6 |
| Hex | 3D | F3 | CA | 4B | 0 | 11 | 5 | A6 | 58 | 3C |
| Octal | 75 | 363 | 312 | 113 | 0 | 21 | 5 | 246 | 130 | 74 |
| Binary | 111101 | 11110011 | 11001010 | 1001011 | 0 | 10001 | 101 | 10100110 | 1011000 | 111100 |
Color Harmonies of #3DF3CA
Complementary color
Monochromatic Colors of #3DF3CA
Black with #3DF3CA
Text Example
Text Example
White with #3DF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3CA; }
p { color: rgb(61,243,202); }
H1.HeaderClassName
{
color: #3DF3CA;
}
.AnyTagClassName
{
color: #3DF3CA;
}
</style>
background-color css
<style>
a { background-color: #3DF3CA; }
a { background-color: rgb(61,243,202); }
div.DivClassName
{
background-color: #3DF3CA;
}
.BgClassName
{
background-color: #3DF3CA;
}
</style>
border-color css
<style>
span { border-color: #3DF3CA; }
span { border-color: rgb(61,243,202); }
td.TdClassName
{
border-color: #3DF3CA;
}
.TagClassName
{
border-color: #3DF3CA;
}
</style>