Shades of Turquoise #3FEBFD
Tints of Turquoise #3FEBFD
RGB
CMYK
RGB Variations
Color information
#3FEBFD (or 0x3FEBFD) is known color: Turquoise. HEX triplet: 3F, EB and FD. RGB value is (63,235,253). Sum of RGB (Red+Green+Blue) = 63+235+253=551 (72% of max value = 765). Red value is 63 (25% from 255 or 11.43% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FEBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEBFD is #C01402. Grayscale: #B9B9B9. Windows color (decimal): -12588035 or 16640831. OLE color: 16640831.
HSL color Cylindrical-coordinate representation of color #3FEBFD: hue angle of 185.68º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FEBFD is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 235 | 253 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.01 |
| HSL | 185.68º | 0.98% | 0.62% | - |
| HSV(B) | 185.68º | 0.75% | 0.99% | - |
| XYZ | 49.49 | 67.57 | 103.36 | - |
| YUV | 185.62 | 166.02 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 253 | 0.75 | 0.07 | 0 | 0.01 | 185.68 | 0.98 | 0.62 |
| Hex | 3F | EB | FD | 4B | 7 | 0 | 1 | BA | 62 | 3E |
| Octal | 77 | 353 | 375 | 113 | 7 | 0 | 1 | 272 | 142 | 76 |
| Binary | 111111 | 11101011 | 11111101 | 1001011 | 111 | 0 | 1 | 10111010 | 1100010 | 111110 |
Color Harmonies of #3FEBFD
Complementary color
Monochromatic Colors of #3FEBFD
Black with #3FEBFD
Text Example
Text Example
White with #3FEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBFD; }
p { color: rgb(63,235,253); }
H1.HeaderClassName
{
color: #3FEBFD;
}
.AnyTagClassName
{
color: #3FEBFD;
}
</style>
background-color css
<style>
a { background-color: #3FEBFD; }
a { background-color: rgb(63,235,253); }
div.DivClassName
{
background-color: #3FEBFD;
}
.BgClassName
{
background-color: #3FEBFD;
}
</style>
border-color css
<style>
span { border-color: #3FEBFD; }
span { border-color: rgb(63,235,253); }
td.TdClassName
{
border-color: #3FEBFD;
}
.TagClassName
{
border-color: #3FEBFD;
}
</style>