Shades of Turquoise #3EF3DF
Tints of Turquoise #3EF3DF
RGB
CMYK
RGB Variations
Color information
#3EF3DF (or 0x3EF3DF) is known color: Turquoise. HEX triplet: 3E, F3 and DF. RGB value is (62,243,223). Sum of RGB (Red+Green+Blue) = 62+243+223=528 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.74% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #3EF3DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF3DF is #C10C20. Grayscale: #BABABA. Windows color (decimal): -12651553 or 14676798. OLE color: 14676798.
HSL color Cylindrical-coordinate representation of color #3EF3DF: hue angle of 173.37º degrees, saturation: 0.88, 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 #3EF3DF is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 243 | 223 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.05 |
| HSL | 173.37º | 0.88% | 0.6% | - |
| HSV(B) | 173.37º | 0.74% | 0.95% | - |
| XYZ | 47.36 | 70.45 | 80.91 | - |
| YUV | 186.6 | 148.53 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 243 | 223 | 0.74 | 0 | 0.08 | 0.05 | 173.37 | 0.88 | 0.6 |
| Hex | 3E | F3 | DF | 4A | 0 | 8 | 5 | AD | 58 | 3C |
| Octal | 76 | 363 | 337 | 112 | 0 | 10 | 5 | 255 | 130 | 74 |
| Binary | 111110 | 11110011 | 11011111 | 1001010 | 0 | 1000 | 101 | 10101101 | 1011000 | 111100 |
Color Harmonies of #3EF3DF
Complementary color
Monochromatic Colors of #3EF3DF
Black with #3EF3DF
Text Example
Text Example
White with #3EF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF3DF; }
p { color: rgb(62,243,223); }
H1.HeaderClassName
{
color: #3EF3DF;
}
.AnyTagClassName
{
color: #3EF3DF;
}
</style>
background-color css
<style>
a { background-color: #3EF3DF; }
a { background-color: rgb(62,243,223); }
div.DivClassName
{
background-color: #3EF3DF;
}
.BgClassName
{
background-color: #3EF3DF;
}
</style>
border-color css
<style>
span { border-color: #3EF3DF; }
span { border-color: rgb(62,243,223); }
td.TdClassName
{
border-color: #3EF3DF;
}
.TagClassName
{
border-color: #3EF3DF;
}
</style>