Shades of Turquoise #3CEEDD
Tints of Turquoise #3CEEDD
RGB
CMYK
RGB Variations
Color information
#3CEEDD (or 0x3CEEDD) is known color: Turquoise. HEX triplet: 3C, EE and DD. RGB value is (60,238,221). Sum of RGB (Red+Green+Blue) = 60+238+221=519 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.56% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEEDD is #C31122. Grayscale: #B6B6B6. Windows color (decimal): -12783907 or 14544444. OLE color: 14544444.
HSL color Cylindrical-coordinate representation of color #3CEEDD: hue angle of 174.27º 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 #3CEEDD is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 221 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.07 |
| HSL | 174.27º | 0.84% | 0.58% | - |
| HSV(B) | 174.27º | 0.75% | 0.93% | - |
| XYZ | 45.49 | 67.33 | 79.01 | - |
| YUV | 182.84 | 149.53 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 221 | 0.75 | 0 | 0.07 | 0.07 | 174.27 | 0.84 | 0.58 |
| Hex | 3C | EE | DD | 4B | 0 | 7 | 7 | AE | 54 | 3A |
| Octal | 74 | 356 | 335 | 113 | 0 | 7 | 7 | 256 | 124 | 72 |
| Binary | 111100 | 11101110 | 11011101 | 1001011 | 0 | 111 | 111 | 10101110 | 1010100 | 111010 |
Color Harmonies of #3CEEDD
Complementary color
Monochromatic Colors of #3CEEDD
Black with #3CEEDD
Text Example
Text Example
White with #3CEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEEDD; }
p { color: rgb(60,238,221); }
H1.HeaderClassName
{
color: #3CEEDD;
}
.AnyTagClassName
{
color: #3CEEDD;
}
</style>
background-color css
<style>
a { background-color: #3CEEDD; }
a { background-color: rgb(60,238,221); }
div.DivClassName
{
background-color: #3CEEDD;
}
.BgClassName
{
background-color: #3CEEDD;
}
</style>
border-color css
<style>
span { border-color: #3CEEDD; }
span { border-color: rgb(60,238,221); }
td.TdClassName
{
border-color: #3CEEDD;
}
.TagClassName
{
border-color: #3CEEDD;
}
</style>