Shades of Medium Turquoise #3FD3EE
Tints of Medium Turquoise #3FD3EE
RGB
CMYK
RGB Variations
Color information
#3FD3EE (or 0x3FD3EE) is known color: Medium Turquoise. HEX triplet: 3F, D3 and EE. RGB value is (63,211,238). Sum of RGB (Red+Green+Blue) = 63+211+238=512 (67% of max value = 765). Red value is 63 (25% from 255 or 12.30% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FD3EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD3EE is #C02C11. Grayscale: #A9A9A9. Windows color (decimal): -12594194 or 15651647. OLE color: 15651647.
HSL color Cylindrical-coordinate representation of color #3FD3EE: hue angle of 189.26º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FD3EE is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 211 | 238 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.07 |
| HSL | 189.26º | 0.84% | 0.59% | - |
| HSV(B) | 189.26º | 0.74% | 0.93% | - |
| XYZ | 40.78 | 53.82 | 89.13 | - |
| YUV | 169.83 | 166.47 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 211 | 238 | 0.74 | 0.11 | 0 | 0.07 | 189.26 | 0.84 | 0.59 |
| Hex | 3F | D3 | EE | 4A | B | 0 | 7 | BD | 54 | 3B |
| Octal | 77 | 323 | 356 | 112 | 13 | 0 | 7 | 275 | 124 | 73 |
| Binary | 111111 | 11010011 | 11101110 | 1001010 | 1011 | 0 | 111 | 10111101 | 1010100 | 111011 |
Color Harmonies of #3FD3EE
Complementary color
Monochromatic Colors of #3FD3EE
Black with #3FD3EE
Text Example
Text Example
White with #3FD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD3EE; }
p { color: rgb(63,211,238); }
H1.HeaderClassName
{
color: #3FD3EE;
}
.AnyTagClassName
{
color: #3FD3EE;
}
</style>
background-color css
<style>
a { background-color: #3FD3EE; }
a { background-color: rgb(63,211,238); }
div.DivClassName
{
background-color: #3FD3EE;
}
.BgClassName
{
background-color: #3FD3EE;
}
</style>
border-color css
<style>
span { border-color: #3FD3EE; }
span { border-color: rgb(63,211,238); }
td.TdClassName
{
border-color: #3FD3EE;
}
.TagClassName
{
border-color: #3FD3EE;
}
</style>