Shades of Turquoise #3EDFCA
Tints of Turquoise #3EDFCA
RGB
CMYK
RGB Variations
Color information
#3EDFCA (or 0x3EDFCA) is known color: Turquoise. HEX triplet: 3E, DF and CA. RGB value is (62,223,202). Sum of RGB (Red+Green+Blue) = 62+223+202=487 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.73% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFCA is #C12035. Grayscale: #ACACAC. Windows color (decimal): -12656694 or 13295422. OLE color: 13295422.
HSL color Cylindrical-coordinate representation of color #3EDFCA: hue angle of 172.17º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDFCA is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 202 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.13 |
| HSL | 172.17º | 0.72% | 0.56% | - |
| HSV(B) | 172.17º | 0.72% | 0.87% | - |
| XYZ | 39.03 | 58.06 | 65.03 | - |
| YUV | 172.47 | 144.66 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 202 | 0.72 | 0 | 0.09 | 0.13 | 172.17 | 0.72 | 0.56 |
| Hex | 3E | DF | CA | 48 | 0 | 9 | D | AC | 48 | 38 |
| Octal | 76 | 337 | 312 | 110 | 0 | 11 | 15 | 254 | 110 | 70 |
| Binary | 111110 | 11011111 | 11001010 | 1001000 | 0 | 1001 | 1101 | 10101100 | 1001000 | 111000 |
Color Harmonies of #3EDFCA
Complementary color
Monochromatic Colors of #3EDFCA
Black with #3EDFCA
Text Example
Text Example
White with #3EDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFCA; }
p { color: rgb(62,223,202); }
H1.HeaderClassName
{
color: #3EDFCA;
}
.AnyTagClassName
{
color: #3EDFCA;
}
</style>
background-color css
<style>
a { background-color: #3EDFCA; }
a { background-color: rgb(62,223,202); }
div.DivClassName
{
background-color: #3EDFCA;
}
.BgClassName
{
background-color: #3EDFCA;
}
</style>
border-color css
<style>
span { border-color: #3EDFCA; }
span { border-color: rgb(62,223,202); }
td.TdClassName
{
border-color: #3EDFCA;
}
.TagClassName
{
border-color: #3EDFCA;
}
</style>