Shades of Turquoise #3FEAF2
Tints of Turquoise #3FEAF2
RGB
CMYK
RGB Variations
Color information
#3FEAF2 (or 0x3FEAF2) is known color: Turquoise. HEX triplet: 3F, EA and F2. RGB value is (63,234,242). Sum of RGB (Red+Green+Blue) = 63+234+242=539 (71% of max value = 765). Red value is 63 (25% from 255 or 11.69% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #3FEAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEAF2 is #C0150D. Grayscale: #B7B7B7. Windows color (decimal): -12588302 or 15919679. OLE color: 15919679.
HSL color Cylindrical-coordinate representation of color #3FEAF2: hue angle of 182.68º degrees, saturation: 0.87, 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 #3FEAF2 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 234 | 242 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.05 |
| HSL | 182.68º | 0.87% | 0.6% | - |
| HSV(B) | 182.68º | 0.74% | 0.95% | - |
| XYZ | 47.5 | 66.31 | 94.3 | - |
| YUV | 183.78 | 160.85 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 242 | 0.74 | 0.03 | 0 | 0.05 | 182.68 | 0.87 | 0.6 |
| Hex | 3F | EA | F2 | 4A | 3 | 0 | 5 | B7 | 57 | 3C |
| Octal | 77 | 352 | 362 | 112 | 3 | 0 | 5 | 267 | 127 | 74 |
| Binary | 111111 | 11101010 | 11110010 | 1001010 | 11 | 0 | 101 | 10110111 | 1010111 | 111100 |
Color Harmonies of #3FEAF2
Complementary color
Monochromatic Colors of #3FEAF2
Black with #3FEAF2
Text Example
Text Example
White with #3FEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAF2; }
p { color: rgb(63,234,242); }
H1.HeaderClassName
{
color: #3FEAF2;
}
.AnyTagClassName
{
color: #3FEAF2;
}
</style>
background-color css
<style>
a { background-color: #3FEAF2; }
a { background-color: rgb(63,234,242); }
div.DivClassName
{
background-color: #3FEAF2;
}
.BgClassName
{
background-color: #3FEAF2;
}
</style>
border-color css
<style>
span { border-color: #3FEAF2; }
span { border-color: rgb(63,234,242); }
td.TdClassName
{
border-color: #3FEAF2;
}
.TagClassName
{
border-color: #3FEAF2;
}
</style>