Shades of Medium Turquoise #3DCFDF
Tints of Medium Turquoise #3DCFDF
RGB
CMYK
RGB Variations
Color information
#3DCFDF (or 0x3DCFDF) is known color: Medium Turquoise. HEX triplet: 3D, CF and DF. RGB value is (61,207,223). Sum of RGB (Red+Green+Blue) = 61+207+223=491 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.42% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DCFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFDF is #C23020. Grayscale: #A4A4A4. Windows color (decimal): -12726305 or 14667581. OLE color: 14667581.
HSL color Cylindrical-coordinate representation of color #3DCFDF: hue angle of 185.93º 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 #3DCFDF is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 207 | 223 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.13 |
| HSL | 185.93º | 0.72% | 0.56% | - |
| HSV(B) | 185.93º | 0.73% | 0.87% | - |
| XYZ | 37.56 | 50.95 | 77.67 | - |
| YUV | 165.17 | 160.63 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 223 | 0.73 | 0.07 | 0 | 0.13 | 185.93 | 0.72 | 0.56 |
| Hex | 3D | CF | DF | 49 | 7 | 0 | D | BA | 48 | 38 |
| Octal | 75 | 317 | 337 | 111 | 7 | 0 | 15 | 272 | 110 | 70 |
| Binary | 111101 | 11001111 | 11011111 | 1001001 | 111 | 0 | 1101 | 10111010 | 1001000 | 111000 |
Color Harmonies of #3DCFDF
Complementary color
Monochromatic Colors of #3DCFDF
Black with #3DCFDF
Text Example
Text Example
White with #3DCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFDF; }
p { color: rgb(61,207,223); }
H1.HeaderClassName
{
color: #3DCFDF;
}
.AnyTagClassName
{
color: #3DCFDF;
}
</style>
background-color css
<style>
a { background-color: #3DCFDF; }
a { background-color: rgb(61,207,223); }
div.DivClassName
{
background-color: #3DCFDF;
}
.BgClassName
{
background-color: #3DCFDF;
}
</style>
border-color css
<style>
span { border-color: #3DCFDF; }
span { border-color: rgb(61,207,223); }
td.TdClassName
{
border-color: #3DCFDF;
}
.TagClassName
{
border-color: #3DCFDF;
}
</style>