Shades of Turquoise #3FEAEA
Tints of Turquoise #3FEAEA
RGB
CMYK
RGB Variations
Color information
#3FEAEA (or 0x3FEAEA) is known color: Turquoise. HEX triplet: 3F, EA and EA. RGB value is (63,234,234). Sum of RGB (Red+Green+Blue) = 63+234+234=531 (70% of max value = 765). Red value is 63 (25% from 255 or 11.86% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #3FEAEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEAEA is #C01515. Grayscale: #B6B6B6. Windows color (decimal): -12588310 or 15395391. OLE color: 15395391.
HSL color Cylindrical-coordinate representation of color #3FEAEA: hue angle of 180º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEAEA is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 234 | - |
| CMYK | 0.73 | 0 | 0 | 0.08 |
| HSL | 180º | 0.8% | 0.58% | - |
| HSV(B) | 180º | 0.73% | 0.92% | - |
| XYZ | 46.32 | 65.84 | 88.11 | - |
| YUV | 182.87 | 156.85 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 234 | 0.73 | 0 | 0 | 0.08 | 180 | 0.8 | 0.58 |
| Hex | 3F | EA | EA | 49 | 0 | 0 | 8 | B4 | 50 | 3A |
| Octal | 77 | 352 | 352 | 111 | 0 | 0 | 10 | 264 | 120 | 72 |
| Binary | 111111 | 11101010 | 11101010 | 1001001 | 0 | 0 | 1000 | 10110100 | 1010000 | 111010 |
Color Harmonies of #3FEAEA
Complementary color
Monochromatic Colors of #3FEAEA
Black with #3FEAEA
Text Example
Text Example
White with #3FEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAEA; }
p { color: rgb(63,234,234); }
H1.HeaderClassName
{
color: #3FEAEA;
}
.AnyTagClassName
{
color: #3FEAEA;
}
</style>
background-color css
<style>
a { background-color: #3FEAEA; }
a { background-color: rgb(63,234,234); }
div.DivClassName
{
background-color: #3FEAEA;
}
.BgClassName
{
background-color: #3FEAEA;
}
</style>
border-color css
<style>
span { border-color: #3FEAEA; }
span { border-color: rgb(63,234,234); }
td.TdClassName
{
border-color: #3FEAEA;
}
.TagClassName
{
border-color: #3FEAEA;
}
</style>