Shades of Turquoise #3FEDFE
Tints of Turquoise #3FEDFE
RGB
CMYK
RGB Variations
Color information
#3FEDFE (or 0x3FEDFE) is known color: Turquoise. HEX triplet: 3F, ED and FE. RGB value is (63,237,254). Sum of RGB (Red+Green+Blue) = 63+237+254=554 (73% of max value = 765). Red value is 63 (25% from 255 or 11.37% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FEDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEDFE is #C01201. Grayscale: #BABABA. Windows color (decimal): -12587522 or 16706879. OLE color: 16706879.
HSL color Cylindrical-coordinate representation of color #3FEDFE: hue angle of 185.34º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FEDFE is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 237 | 254 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.00 |
| HSL | 185.34º | 0.99% | 0.62% | - |
| HSV(B) | 185.34º | 0.75% | 1% | - |
| XYZ | 50.22 | 68.78 | 104.39 | - |
| YUV | 186.91 | 165.85 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 254 | 0.75 | 0.07 | 0 | 0.00 | 185.34 | 0.99 | 0.62 |
| Hex | 3F | ED | FE | 4B | 7 | 0 | 0 | B9 | 63 | 3E |
| Octal | 77 | 355 | 376 | 113 | 7 | 0 | 0 | 271 | 143 | 76 |
| Binary | 111111 | 11101101 | 11111110 | 1001011 | 111 | 0 | 0 | 10111001 | 1100011 | 111110 |
Color Harmonies of #3FEDFE
Complementary color
Monochromatic Colors of #3FEDFE
Black with #3FEDFE
Text Example
Text Example
White with #3FEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDFE; }
p { color: rgb(63,237,254); }
H1.HeaderClassName
{
color: #3FEDFE;
}
.AnyTagClassName
{
color: #3FEDFE;
}
</style>
background-color css
<style>
a { background-color: #3FEDFE; }
a { background-color: rgb(63,237,254); }
div.DivClassName
{
background-color: #3FEDFE;
}
.BgClassName
{
background-color: #3FEDFE;
}
</style>
border-color css
<style>
span { border-color: #3FEDFE; }
span { border-color: rgb(63,237,254); }
td.TdClassName
{
border-color: #3FEDFE;
}
.TagClassName
{
border-color: #3FEDFE;
}
</style>