Shades of Turquoise #3DDFB8
Tints of Turquoise #3DDFB8
RGB
CMYK
RGB Variations
Color information
#3DDFB8 (or 0x3DDFB8) is known color: Turquoise. HEX triplet: 3D, DF and B8. RGB value is (61,223,184). Sum of RGB (Red+Green+Blue) = 61+223+184=468 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.03% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFB8 is #C22047. Grayscale: #AAAAAA. Windows color (decimal): -12722248 or 12115773. OLE color: 12115773.
HSL color Cylindrical-coordinate representation of color #3DDFB8: hue angle of 165.56º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDFB8 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 184 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.13 |
| HSL | 165.56º | 0.72% | 0.56% | - |
| HSV(B) | 165.56º | 0.73% | 0.87% | - |
| XYZ | 36.96 | 57.23 | 54.45 | - |
| YUV | 170.12 | 135.83 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 184 | 0.73 | 0 | 0.17 | 0.13 | 165.56 | 0.72 | 0.56 |
| Hex | 3D | DF | B8 | 49 | 0 | 11 | D | A6 | 48 | 38 |
| Octal | 75 | 337 | 270 | 111 | 0 | 21 | 15 | 246 | 110 | 70 |
| Binary | 111101 | 11011111 | 10111000 | 1001001 | 0 | 10001 | 1101 | 10100110 | 1001000 | 111000 |
Color Harmonies of #3DDFB8
Complementary color
Monochromatic Colors of #3DDFB8
Black with #3DDFB8
Text Example
Text Example
White with #3DDFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFB8; }
p { color: rgb(61,223,184); }
H1.HeaderClassName
{
color: #3DDFB8;
}
.AnyTagClassName
{
color: #3DDFB8;
}
</style>
background-color css
<style>
a { background-color: #3DDFB8; }
a { background-color: rgb(61,223,184); }
div.DivClassName
{
background-color: #3DDFB8;
}
.BgClassName
{
background-color: #3DDFB8;
}
</style>
border-color css
<style>
span { border-color: #3DDFB8; }
span { border-color: rgb(61,223,184); }
td.TdClassName
{
border-color: #3DDFB8;
}
.TagClassName
{
border-color: #3DDFB8;
}
</style>