Shades of Turquoise #3DF3EA
Tints of Turquoise #3DF3EA
RGB
CMYK
RGB Variations
Color information
#3DF3EA (or 0x3DF3EA) is known color: Turquoise. HEX triplet: 3D, F3 and EA. RGB value is (61,243,234). Sum of RGB (Red+Green+Blue) = 61+243+234=538 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.34% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF3EA is #C20C15. Grayscale: #BBBBBB. Windows color (decimal): -12717078 or 15397693. OLE color: 15397693.
HSL color Cylindrical-coordinate representation of color #3DF3EA: hue angle of 177.03º 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 #3DF3EA is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 234 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.05 |
| HSL | 177.03º | 0.88% | 0.6% | - |
| HSV(B) | 177.03º | 0.75% | 0.95% | - |
| XYZ | 48.83 | 71.03 | 88.98 | - |
| YUV | 187.56 | 154.2 | 37.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 234 | 0.75 | 0 | 0.04 | 0.05 | 177.03 | 0.88 | 0.6 |
| Hex | 3D | F3 | EA | 4B | 0 | 4 | 5 | B1 | 58 | 3C |
| Octal | 75 | 363 | 352 | 113 | 0 | 4 | 5 | 261 | 130 | 74 |
| Binary | 111101 | 11110011 | 11101010 | 1001011 | 0 | 100 | 101 | 10110001 | 1011000 | 111100 |
Color Harmonies of #3DF3EA
Complementary color
Monochromatic Colors of #3DF3EA
Black with #3DF3EA
Text Example
Text Example
White with #3DF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3EA; }
p { color: rgb(61,243,234); }
H1.HeaderClassName
{
color: #3DF3EA;
}
.AnyTagClassName
{
color: #3DF3EA;
}
</style>
background-color css
<style>
a { background-color: #3DF3EA; }
a { background-color: rgb(61,243,234); }
div.DivClassName
{
background-color: #3DF3EA;
}
.BgClassName
{
background-color: #3DF3EA;
}
</style>
border-color css
<style>
span { border-color: #3DF3EA; }
span { border-color: rgb(61,243,234); }
td.TdClassName
{
border-color: #3DF3EA;
}
.TagClassName
{
border-color: #3DF3EA;
}
</style>