Shades of Turquoise #3FEEDF
Tints of Turquoise #3FEEDF
RGB
CMYK
RGB Variations
Color information
#3FEEDF (or 0x3FEEDF) is known color: Turquoise. HEX triplet: 3F, EE and DF. RGB value is (63,238,223). Sum of RGB (Red+Green+Blue) = 63+238+223=524 (69% of max value = 765). Red value is 63 (25% from 255 or 12.02% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEEDF is #C01120. Grayscale: #B7B7B7. Windows color (decimal): -12587297 or 14675519. OLE color: 14675519.
HSL color Cylindrical-coordinate representation of color #3FEEDF: hue angle of 174.86º 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 #3FEEDF is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 223 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.07 |
| HSL | 174.86º | 0.84% | 0.59% | - |
| HSV(B) | 174.86º | 0.74% | 0.93% | - |
| XYZ | 45.94 | 67.53 | 80.43 | - |
| YUV | 183.97 | 150.02 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 223 | 0.74 | 0 | 0.06 | 0.07 | 174.86 | 0.84 | 0.59 |
| Hex | 3F | EE | DF | 4A | 0 | 6 | 7 | AF | 54 | 3B |
| Octal | 77 | 356 | 337 | 112 | 0 | 6 | 7 | 257 | 124 | 73 |
| Binary | 111111 | 11101110 | 11011111 | 1001010 | 0 | 110 | 111 | 10101111 | 1010100 | 111011 |
Color Harmonies of #3FEEDF
Complementary color
Monochromatic Colors of #3FEEDF
Black with #3FEEDF
Text Example
Text Example
White with #3FEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEDF; }
p { color: rgb(63,238,223); }
H1.HeaderClassName
{
color: #3FEEDF;
}
.AnyTagClassName
{
color: #3FEEDF;
}
</style>
background-color css
<style>
a { background-color: #3FEEDF; }
a { background-color: rgb(63,238,223); }
div.DivClassName
{
background-color: #3FEEDF;
}
.BgClassName
{
background-color: #3FEEDF;
}
</style>
border-color css
<style>
span { border-color: #3FEEDF; }
span { border-color: rgb(63,238,223); }
td.TdClassName
{
border-color: #3FEEDF;
}
.TagClassName
{
border-color: #3FEEDF;
}
</style>