Shades of Turquoise #3FEDEE
Tints of Turquoise #3FEDEE
RGB
CMYK
RGB Variations
Color information
#3FEDEE (or 0x3FEDEE) is known color: Turquoise. HEX triplet: 3F, ED and EE. RGB value is (63,237,238). Sum of RGB (Red+Green+Blue) = 63+237+238=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FEDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEDEE is #C01211. Grayscale: #B8B8B8. Windows color (decimal): -12587538 or 15658303. OLE color: 15658303.
HSL color Cylindrical-coordinate representation of color #3FEDEE: hue angle of 180.34º 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 #3FEDEE is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 238 | - |
| CMYK | 0.74 | 0.00 | 0 | 0.07 |
| HSL | 180.34º | 0.84% | 0.59% | - |
| HSV(B) | 180.34º | 0.74% | 0.93% | - |
| XYZ | 47.77 | 67.8 | 91.46 | - |
| YUV | 185.09 | 157.85 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 238 | 0.74 | 0.00 | 0 | 0.07 | 180.34 | 0.84 | 0.59 |
| Hex | 3F | ED | EE | 4A | 0 | 0 | 7 | B4 | 54 | 3B |
| Octal | 77 | 355 | 356 | 112 | 0 | 0 | 7 | 264 | 124 | 73 |
| Binary | 111111 | 11101101 | 11101110 | 1001010 | 0 | 0 | 111 | 10110100 | 1010100 | 111011 |
Color Harmonies of #3FEDEE
Complementary color
Monochromatic Colors of #3FEDEE
Black with #3FEDEE
Text Example
Text Example
White with #3FEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDEE; }
p { color: rgb(63,237,238); }
H1.HeaderClassName
{
color: #3FEDEE;
}
.AnyTagClassName
{
color: #3FEDEE;
}
</style>
background-color css
<style>
a { background-color: #3FEDEE; }
a { background-color: rgb(63,237,238); }
div.DivClassName
{
background-color: #3FEDEE;
}
.BgClassName
{
background-color: #3FEDEE;
}
</style>
border-color css
<style>
span { border-color: #3FEDEE; }
span { border-color: rgb(63,237,238); }
td.TdClassName
{
border-color: #3FEDEE;
}
.TagClassName
{
border-color: #3FEDEE;
}
</style>