Shades of Medium Turquoise #3DCFE5
Tints of Medium Turquoise #3DCFE5
RGB
CMYK
RGB Variations
Color information
#3DCFE5 (or 0x3DCFE5) is known color: Medium Turquoise. HEX triplet: 3D, CF and E5. RGB value is (61,207,229). Sum of RGB (Red+Green+Blue) = 61+207+229=497 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.27% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #3DCFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFE5 is #C2301A. Grayscale: #A5A5A5. Windows color (decimal): -12726299 or 15060797. OLE color: 15060797.
HSL color Cylindrical-coordinate representation of color #3DCFE5: hue angle of 187.86º 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 #3DCFE5 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 207 | 229 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.10 |
| HSL | 187.86º | 0.76% | 0.57% | - |
| HSV(B) | 187.86º | 0.73% | 0.9% | - |
| XYZ | 38.38 | 51.27 | 82 | - |
| YUV | 165.85 | 163.63 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 229 | 0.73 | 0.10 | 0 | 0.10 | 187.86 | 0.76 | 0.57 |
| Hex | 3D | CF | E5 | 49 | A | 0 | A | BC | 4C | 39 |
| Octal | 75 | 317 | 345 | 111 | 12 | 0 | 12 | 274 | 114 | 71 |
| Binary | 111101 | 11001111 | 11100101 | 1001001 | 1010 | 0 | 1010 | 10111100 | 1001100 | 111001 |
Color Harmonies of #3DCFE5
Complementary color
Monochromatic Colors of #3DCFE5
Black with #3DCFE5
Text Example
Text Example
White with #3DCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFE5; }
p { color: rgb(61,207,229); }
H1.HeaderClassName
{
color: #3DCFE5;
}
.AnyTagClassName
{
color: #3DCFE5;
}
</style>
background-color css
<style>
a { background-color: #3DCFE5; }
a { background-color: rgb(61,207,229); }
div.DivClassName
{
background-color: #3DCFE5;
}
.BgClassName
{
background-color: #3DCFE5;
}
</style>
border-color css
<style>
span { border-color: #3DCFE5; }
span { border-color: rgb(61,207,229); }
td.TdClassName
{
border-color: #3DCFE5;
}
.TagClassName
{
border-color: #3DCFE5;
}
</style>