Shades of Turquoise #3FEAF1
Tints of Turquoise #3FEAF1
RGB
CMYK
RGB Variations
Color information
#3FEAF1 (or 0x3FEAF1) is known color: Turquoise. HEX triplet: 3F, EA and F1. RGB value is (63,234,241). Sum of RGB (Red+Green+Blue) = 63+234+241=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FEAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEAF1 is #C0150E. Grayscale: #B7B7B7. Windows color (decimal): -12588303 or 15854143. OLE color: 15854143.
HSL color Cylindrical-coordinate representation of color #3FEAF1: hue angle of 182.36º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEAF1 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 234 | 241 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.05 |
| HSL | 182.36º | 0.86% | 0.6% | - |
| HSV(B) | 182.36º | 0.74% | 0.95% | - |
| XYZ | 47.35 | 66.25 | 93.51 | - |
| YUV | 183.67 | 160.35 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 241 | 0.74 | 0.03 | 0 | 0.05 | 182.36 | 0.86 | 0.6 |
| Hex | 3F | EA | F1 | 4A | 3 | 0 | 5 | B6 | 56 | 3C |
| Octal | 77 | 352 | 361 | 112 | 3 | 0 | 5 | 266 | 126 | 74 |
| Binary | 111111 | 11101010 | 11110001 | 1001010 | 11 | 0 | 101 | 10110110 | 1010110 | 111100 |
Color Harmonies of #3FEAF1
Complementary color
Monochromatic Colors of #3FEAF1
Black with #3FEAF1
Text Example
Text Example
White with #3FEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAF1; }
p { color: rgb(63,234,241); }
H1.HeaderClassName
{
color: #3FEAF1;
}
.AnyTagClassName
{
color: #3FEAF1;
}
</style>
background-color css
<style>
a { background-color: #3FEAF1; }
a { background-color: rgb(63,234,241); }
div.DivClassName
{
background-color: #3FEAF1;
}
.BgClassName
{
background-color: #3FEAF1;
}
</style>
border-color css
<style>
span { border-color: #3FEAF1; }
span { border-color: rgb(63,234,241); }
td.TdClassName
{
border-color: #3FEAF1;
}
.TagClassName
{
border-color: #3FEAF1;
}
</style>