Shades of Turquoise #3DF8D2
Tints of Turquoise #3DF8D2
RGB
CMYK
RGB Variations
Color information
#3DF8D2 (or 0x3DF8D2) is known color: Turquoise. HEX triplet: 3D, F8 and D2. RGB value is (61,248,210). Sum of RGB (Red+Green+Blue) = 61+248+210=519 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.75% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF8D2 is #C2072D. Grayscale: #BBBBBB. Windows color (decimal): -12715822 or 13826109. OLE color: 13826109.
HSL color Cylindrical-coordinate representation of color #3DF8D2: hue angle of 167.81º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF8D2 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 210 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.03 |
| HSL | 167.81º | 0.93% | 0.61% | - |
| HSV(B) | 167.81º | 0.75% | 0.97% | - |
| XYZ | 47.12 | 72.78 | 72.54 | - |
| YUV | 187.76 | 140.55 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 210 | 0.75 | 0 | 0.15 | 0.03 | 167.81 | 0.93 | 0.61 |
| Hex | 3D | F8 | D2 | 4B | 0 | F | 3 | A8 | 5D | 3D |
| Octal | 75 | 370 | 322 | 113 | 0 | 17 | 3 | 250 | 135 | 75 |
| Binary | 111101 | 11111000 | 11010010 | 1001011 | 0 | 1111 | 11 | 10101000 | 1011101 | 111101 |
Color Harmonies of #3DF8D2
Complementary color
Monochromatic Colors of #3DF8D2
Black with #3DF8D2
Text Example
Text Example
White with #3DF8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF8D2; }
p { color: rgb(61,248,210); }
H1.HeaderClassName
{
color: #3DF8D2;
}
.AnyTagClassName
{
color: #3DF8D2;
}
</style>
background-color css
<style>
a { background-color: #3DF8D2; }
a { background-color: rgb(61,248,210); }
div.DivClassName
{
background-color: #3DF8D2;
}
.BgClassName
{
background-color: #3DF8D2;
}
</style>
border-color css
<style>
span { border-color: #3DF8D2; }
span { border-color: rgb(61,248,210); }
td.TdClassName
{
border-color: #3DF8D2;
}
.TagClassName
{
border-color: #3DF8D2;
}
</style>