Shades of Turquoise #3DF3CF
Tints of Turquoise #3DF3CF
RGB
CMYK
RGB Variations
Color information
#3DF3CF (or 0x3DF3CF) is known color: Turquoise. HEX triplet: 3D, F3 and CF. RGB value is (61,243,207). Sum of RGB (Red+Green+Blue) = 61+243+207=511 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.94% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF3CF is #C20C30. Grayscale: #B8B8B8. Windows color (decimal): -12717105 or 13628221. OLE color: 13628221.
HSL color Cylindrical-coordinate representation of color #3DF3CF: hue angle of 168.13º 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 #3DF3CF is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 207 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.05 |
| HSL | 168.13º | 0.88% | 0.6% | - |
| HSV(B) | 168.13º | 0.75% | 0.95% | - |
| XYZ | 45.24 | 69.6 | 70.08 | - |
| YUV | 184.48 | 140.7 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 207 | 0.75 | 0 | 0.15 | 0.05 | 168.13 | 0.88 | 0.6 |
| Hex | 3D | F3 | CF | 4B | 0 | F | 5 | A8 | 58 | 3C |
| Octal | 75 | 363 | 317 | 113 | 0 | 17 | 5 | 250 | 130 | 74 |
| Binary | 111101 | 11110011 | 11001111 | 1001011 | 0 | 1111 | 101 | 10101000 | 1011000 | 111100 |
Color Harmonies of #3DF3CF
Complementary color
Monochromatic Colors of #3DF3CF
Black with #3DF3CF
Text Example
Text Example
White with #3DF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3CF; }
p { color: rgb(61,243,207); }
H1.HeaderClassName
{
color: #3DF3CF;
}
.AnyTagClassName
{
color: #3DF3CF;
}
</style>
background-color css
<style>
a { background-color: #3DF3CF; }
a { background-color: rgb(61,243,207); }
div.DivClassName
{
background-color: #3DF3CF;
}
.BgClassName
{
background-color: #3DF3CF;
}
</style>
border-color css
<style>
span { border-color: #3DF3CF; }
span { border-color: rgb(61,243,207); }
td.TdClassName
{
border-color: #3DF3CF;
}
.TagClassName
{
border-color: #3DF3CF;
}
</style>