Shades of Turquoise #3CEEB8
Tints of Turquoise #3CEEB8
RGB
CMYK
RGB Variations
Color information
#3CEEB8 (or 0x3CEEB8) is known color: Turquoise. HEX triplet: 3C, EE and B8. RGB value is (60,238,184). Sum of RGB (Red+Green+Blue) = 60+238+184=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEEB8 is #C31147. Grayscale: #B2B2B2. Windows color (decimal): -12783944 or 12119612. OLE color: 12119612.
HSL color Cylindrical-coordinate representation of color #3CEEB8: hue angle of 161.8º 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 #3CEEB8 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 184 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.07 |
| HSL | 161.8º | 0.84% | 0.58% | - |
| HSV(B) | 161.8º | 0.75% | 0.93% | - |
| XYZ | 41.09 | 65.57 | 55.84 | - |
| YUV | 178.62 | 131.03 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 184 | 0.75 | 0 | 0.23 | 0.07 | 161.8 | 0.84 | 0.58 |
| Hex | 3C | EE | B8 | 4B | 0 | 17 | 7 | A2 | 54 | 3A |
| Octal | 74 | 356 | 270 | 113 | 0 | 27 | 7 | 242 | 124 | 72 |
| Binary | 111100 | 11101110 | 10111000 | 1001011 | 0 | 10111 | 111 | 10100010 | 1010100 | 111010 |
Color Harmonies of #3CEEB8
Complementary color
Monochromatic Colors of #3CEEB8
Black with #3CEEB8
Text Example
Text Example
White with #3CEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEEB8; }
p { color: rgb(60,238,184); }
H1.HeaderClassName
{
color: #3CEEB8;
}
.AnyTagClassName
{
color: #3CEEB8;
}
</style>
background-color css
<style>
a { background-color: #3CEEB8; }
a { background-color: rgb(60,238,184); }
div.DivClassName
{
background-color: #3CEEB8;
}
.BgClassName
{
background-color: #3CEEB8;
}
</style>
border-color css
<style>
span { border-color: #3CEEB8; }
span { border-color: rgb(60,238,184); }
td.TdClassName
{
border-color: #3CEEB8;
}
.TagClassName
{
border-color: #3CEEB8;
}
</style>