Shades of Turquoise #3DDFE5
Tints of Turquoise #3DDFE5
RGB
CMYK
RGB Variations
Color information
#3DDFE5 (or 0x3DDFE5) is known color: Turquoise. HEX triplet: 3D, DF and E5. RGB value is (61,223,229). Sum of RGB (Red+Green+Blue) = 61+223+229=513 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.89% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #3DDFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFE5 is #C2201A. Grayscale: #AFAFAF. Windows color (decimal): -12722203 or 15064893. OLE color: 15064893.
HSL color Cylindrical-coordinate representation of color #3DDFE5: hue angle of 182.14º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDFE5 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 223 | 229 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.10 |
| HSL | 182.14º | 0.76% | 0.57% | - |
| HSV(B) | 182.14º | 0.73% | 0.9% | - |
| XYZ | 42.46 | 59.42 | 83.36 | - |
| YUV | 175.25 | 158.33 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 229 | 0.73 | 0.03 | 0 | 0.10 | 182.14 | 0.76 | 0.57 |
| Hex | 3D | DF | E5 | 49 | 3 | 0 | A | B6 | 4C | 39 |
| Octal | 75 | 337 | 345 | 111 | 3 | 0 | 12 | 266 | 114 | 71 |
| Binary | 111101 | 11011111 | 11100101 | 1001001 | 11 | 0 | 1010 | 10110110 | 1001100 | 111001 |
Color Harmonies of #3DDFE5
Complementary color
Monochromatic Colors of #3DDFE5
Black with #3DDFE5
Text Example
Text Example
White with #3DDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFE5; }
p { color: rgb(61,223,229); }
H1.HeaderClassName
{
color: #3DDFE5;
}
.AnyTagClassName
{
color: #3DDFE5;
}
</style>
background-color css
<style>
a { background-color: #3DDFE5; }
a { background-color: rgb(61,223,229); }
div.DivClassName
{
background-color: #3DDFE5;
}
.BgClassName
{
background-color: #3DDFE5;
}
</style>
border-color css
<style>
span { border-color: #3DDFE5; }
span { border-color: rgb(61,223,229); }
td.TdClassName
{
border-color: #3DDFE5;
}
.TagClassName
{
border-color: #3DDFE5;
}
</style>