Shades of Turquoise #3FE2FD
Tints of Turquoise #3FE2FD
RGB
CMYK
RGB Variations
Color information
#3FE2FD (or 0x3FE2FD) is known color: Turquoise. HEX triplet: 3F, E2 and FD. RGB value is (63,226,253). Sum of RGB (Red+Green+Blue) = 63+226+253=542 (71% of max value = 765). Red value is 63 (25% from 255 or 11.62% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FE2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE2FD is #C01D02. Grayscale: #B4B4B4. Windows color (decimal): -12590339 or 16638527. OLE color: 16638527.
HSL color Cylindrical-coordinate representation of color #3FE2FD: hue angle of 188.53º 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 #3FE2FD is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 226 | 253 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.01 |
| HSL | 188.53º | 0.98% | 0.62% | - |
| HSV(B) | 188.53º | 0.75% | 0.99% | - |
| XYZ | 46.98 | 62.54 | 102.52 | - |
| YUV | 180.34 | 169 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 253 | 0.75 | 0.11 | 0 | 0.01 | 188.53 | 0.98 | 0.62 |
| Hex | 3F | E2 | FD | 4B | B | 0 | 1 | BD | 62 | 3E |
| Octal | 77 | 342 | 375 | 113 | 13 | 0 | 1 | 275 | 142 | 76 |
| Binary | 111111 | 11100010 | 11111101 | 1001011 | 1011 | 0 | 1 | 10111101 | 1100010 | 111110 |
Color Harmonies of #3FE2FD
Complementary color
Monochromatic Colors of #3FE2FD
Black with #3FE2FD
Text Example
Text Example
White with #3FE2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE2FD; }
p { color: rgb(63,226,253); }
H1.HeaderClassName
{
color: #3FE2FD;
}
.AnyTagClassName
{
color: #3FE2FD;
}
</style>
background-color css
<style>
a { background-color: #3FE2FD; }
a { background-color: rgb(63,226,253); }
div.DivClassName
{
background-color: #3FE2FD;
}
.BgClassName
{
background-color: #3FE2FD;
}
</style>
border-color css
<style>
span { border-color: #3FE2FD; }
span { border-color: rgb(63,226,253); }
td.TdClassName
{
border-color: #3FE2FD;
}
.TagClassName
{
border-color: #3FE2FD;
}
</style>