Shades of Medium Turquoise #3FD2EE
Tints of Medium Turquoise #3FD2EE
RGB
CMYK
RGB Variations
Color information
#3FD2EE (or 0x3FD2EE) is known color: Medium Turquoise. HEX triplet: 3F, D2 and EE. RGB value is (63,210,238). Sum of RGB (Red+Green+Blue) = 63+210+238=511 (67% of max value = 765). Red value is 63 (25% from 255 or 12.33% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FD2EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD2EE is #C02D11. Grayscale: #A8A8A8. Windows color (decimal): -12594450 or 15651391. OLE color: 15651391.
HSL color Cylindrical-coordinate representation of color #3FD2EE: hue angle of 189.6º 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 #3FD2EE is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 210 | 238 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.07 |
| HSL | 189.6º | 0.84% | 0.59% | - |
| HSV(B) | 189.6º | 0.74% | 0.93% | - |
| XYZ | 40.53 | 53.32 | 89.05 | - |
| YUV | 169.24 | 166.8 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 238 | 0.74 | 0.12 | 0 | 0.07 | 189.6 | 0.84 | 0.59 |
| Hex | 3F | D2 | EE | 4A | C | 0 | 7 | BE | 54 | 3B |
| Octal | 77 | 322 | 356 | 112 | 14 | 0 | 7 | 276 | 124 | 73 |
| Binary | 111111 | 11010010 | 11101110 | 1001010 | 1100 | 0 | 111 | 10111110 | 1010100 | 111011 |
Color Harmonies of #3FD2EE
Complementary color
Monochromatic Colors of #3FD2EE
Black with #3FD2EE
Text Example
Text Example
White with #3FD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD2EE; }
p { color: rgb(63,210,238); }
H1.HeaderClassName
{
color: #3FD2EE;
}
.AnyTagClassName
{
color: #3FD2EE;
}
</style>
background-color css
<style>
a { background-color: #3FD2EE; }
a { background-color: rgb(63,210,238); }
div.DivClassName
{
background-color: #3FD2EE;
}
.BgClassName
{
background-color: #3FD2EE;
}
</style>
border-color css
<style>
span { border-color: #3FD2EE; }
span { border-color: rgb(63,210,238); }
td.TdClassName
{
border-color: #3FD2EE;
}
.TagClassName
{
border-color: #3FD2EE;
}
</style>