Shades of Turquoise #3DDBE4
Tints of Turquoise #3DDBE4
RGB
CMYK
RGB Variations
Color information
#3DDBE4 (or 0x3DDBE4) is known color: Turquoise. HEX triplet: 3D, DB and E4. RGB value is (61,219,228). Sum of RGB (Red+Green+Blue) = 61+219+228=508 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.01% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 228 (89.45% from 255 or 44.88% from 508); Max value from RGB is 228 - color contains mainly: blue. Hex color #3DDBE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDBE4 is #C2241B. Grayscale: #ACACAC. Windows color (decimal): -12723228 or 14998333. OLE color: 14998333.
HSL color Cylindrical-coordinate representation of color #3DDBE4: hue angle of 183.23º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDBE4 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 219 | 228 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.11 |
| HSL | 183.23º | 0.76% | 0.57% | - |
| HSV(B) | 183.23º | 0.73% | 0.89% | - |
| XYZ | 41.26 | 57.26 | 82.28 | - |
| YUV | 172.78 | 159.15 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 228 | 0.73 | 0.04 | 0 | 0.11 | 183.23 | 0.76 | 0.57 |
| Hex | 3D | DB | E4 | 49 | 4 | 0 | B | B7 | 4C | 39 |
| Octal | 75 | 333 | 344 | 111 | 4 | 0 | 13 | 267 | 114 | 71 |
| Binary | 111101 | 11011011 | 11100100 | 1001001 | 100 | 0 | 1011 | 10110111 | 1001100 | 111001 |
Color Harmonies of #3DDBE4
Complementary color
Monochromatic Colors of #3DDBE4
Black with #3DDBE4
Text Example
Text Example
White with #3DDBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBE4; }
p { color: rgb(61,219,228); }
H1.HeaderClassName
{
color: #3DDBE4;
}
.AnyTagClassName
{
color: #3DDBE4;
}
</style>
background-color css
<style>
a { background-color: #3DDBE4; }
a { background-color: rgb(61,219,228); }
div.DivClassName
{
background-color: #3DDBE4;
}
.BgClassName
{
background-color: #3DDBE4;
}
</style>
border-color css
<style>
span { border-color: #3DDBE4; }
span { border-color: rgb(61,219,228); }
td.TdClassName
{
border-color: #3DDBE4;
}
.TagClassName
{
border-color: #3DDBE4;
}
</style>