Shades of Turquoise #3FEED3
Tints of Turquoise #3FEED3
RGB
CMYK
RGB Variations
Color information
#3FEED3 (or 0x3FEED3) is known color: Turquoise. HEX triplet: 3F, EE and D3. RGB value is (63,238,211). Sum of RGB (Red+Green+Blue) = 63+238+211=512 (67% of max value = 765). Red value is 63 (25% from 255 or 12.30% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEED3 is #C0112C. Grayscale: #B6B6B6. Windows color (decimal): -12587309 or 13889087. OLE color: 13889087.
HSL color Cylindrical-coordinate representation of color #3FEED3: hue angle of 170.74º 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 #3FEED3 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 211 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.07 |
| HSL | 170.74º | 0.84% | 0.59% | - |
| HSV(B) | 170.74º | 0.74% | 0.93% | - |
| XYZ | 44.38 | 66.91 | 72.2 | - |
| YUV | 182.6 | 144.02 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 211 | 0.74 | 0 | 0.11 | 0.07 | 170.74 | 0.84 | 0.59 |
| Hex | 3F | EE | D3 | 4A | 0 | B | 7 | AB | 54 | 3B |
| Octal | 77 | 356 | 323 | 112 | 0 | 13 | 7 | 253 | 124 | 73 |
| Binary | 111111 | 11101110 | 11010011 | 1001010 | 0 | 1011 | 111 | 10101011 | 1010100 | 111011 |
Color Harmonies of #3FEED3
Complementary color
Monochromatic Colors of #3FEED3
Black with #3FEED3
Text Example
Text Example
White with #3FEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEED3; }
p { color: rgb(63,238,211); }
H1.HeaderClassName
{
color: #3FEED3;
}
.AnyTagClassName
{
color: #3FEED3;
}
</style>
background-color css
<style>
a { background-color: #3FEED3; }
a { background-color: rgb(63,238,211); }
div.DivClassName
{
background-color: #3FEED3;
}
.BgClassName
{
background-color: #3FEED3;
}
</style>
border-color css
<style>
span { border-color: #3FEED3; }
span { border-color: rgb(63,238,211); }
td.TdClassName
{
border-color: #3FEED3;
}
.TagClassName
{
border-color: #3FEED3;
}
</style>