Shades of Turquoise #3CEEDF
Tints of Turquoise #3CEEDF
RGB
CMYK
RGB Variations
Color information
#3CEEDF (or 0x3CEEDF) is known color: Turquoise. HEX triplet: 3C, EE and DF. RGB value is (60,238,223). Sum of RGB (Red+Green+Blue) = 60+238+223=521 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.52% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEEDF is #C31120. Grayscale: #B6B6B6. Windows color (decimal): -12783905 or 14675516. OLE color: 14675516.
HSL color Cylindrical-coordinate representation of color #3CEEDF: hue angle of 174.94º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEEDF is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 223 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.07 |
| HSL | 174.94º | 0.84% | 0.58% | - |
| HSV(B) | 174.94º | 0.75% | 0.93% | - |
| XYZ | 45.76 | 67.44 | 80.42 | - |
| YUV | 183.07 | 150.53 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 223 | 0.75 | 0 | 0.06 | 0.07 | 174.94 | 0.84 | 0.58 |
| Hex | 3C | EE | DF | 4B | 0 | 6 | 7 | AF | 54 | 3A |
| Octal | 74 | 356 | 337 | 113 | 0 | 6 | 7 | 257 | 124 | 72 |
| Binary | 111100 | 11101110 | 11011111 | 1001011 | 0 | 110 | 111 | 10101111 | 1010100 | 111010 |
Color Harmonies of #3CEEDF
Complementary color
Monochromatic Colors of #3CEEDF
Black with #3CEEDF
Text Example
Text Example
White with #3CEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEEDF; }
p { color: rgb(60,238,223); }
H1.HeaderClassName
{
color: #3CEEDF;
}
.AnyTagClassName
{
color: #3CEEDF;
}
</style>
background-color css
<style>
a { background-color: #3CEEDF; }
a { background-color: rgb(60,238,223); }
div.DivClassName
{
background-color: #3CEEDF;
}
.BgClassName
{
background-color: #3CEEDF;
}
</style>
border-color css
<style>
span { border-color: #3CEEDF; }
span { border-color: rgb(60,238,223); }
td.TdClassName
{
border-color: #3CEEDF;
}
.TagClassName
{
border-color: #3CEEDF;
}
</style>