Shades of Turquoise #3CEEEB
Tints of Turquoise #3CEEEB
RGB
CMYK
RGB Variations
Color information
#3CEEEB (or 0x3CEEEB) is known color: Turquoise. HEX triplet: 3C, EE and EB. RGB value is (60,238,235). Sum of RGB (Red+Green+Blue) = 60+238+235=533 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.26% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEEEB is #C31114. Grayscale: #B8B8B8. Windows color (decimal): -12783893 or 15461948. OLE color: 15461948.
HSL color Cylindrical-coordinate representation of color #3CEEEB: hue angle of 178.99º 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 #3CEEEB is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 235 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.07 |
| HSL | 178.99º | 0.84% | 0.58% | - |
| HSV(B) | 178.99º | 0.75% | 0.93% | - |
| XYZ | 47.43 | 68.11 | 89.24 | - |
| YUV | 184.44 | 156.53 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 235 | 0.75 | 0 | 0.01 | 0.07 | 178.99 | 0.84 | 0.58 |
| Hex | 3C | EE | EB | 4B | 0 | 1 | 7 | B3 | 54 | 3A |
| Octal | 74 | 356 | 353 | 113 | 0 | 1 | 7 | 263 | 124 | 72 |
| Binary | 111100 | 11101110 | 11101011 | 1001011 | 0 | 1 | 111 | 10110011 | 1010100 | 111010 |
Color Harmonies of #3CEEEB
Complementary color
Monochromatic Colors of #3CEEEB
Black with #3CEEEB
Text Example
Text Example
White with #3CEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEEEB; }
p { color: rgb(60,238,235); }
H1.HeaderClassName
{
color: #3CEEEB;
}
.AnyTagClassName
{
color: #3CEEEB;
}
</style>
background-color css
<style>
a { background-color: #3CEEEB; }
a { background-color: rgb(60,238,235); }
div.DivClassName
{
background-color: #3CEEEB;
}
.BgClassName
{
background-color: #3CEEEB;
}
</style>
border-color css
<style>
span { border-color: #3CEEEB; }
span { border-color: rgb(60,238,235); }
td.TdClassName
{
border-color: #3CEEEB;
}
.TagClassName
{
border-color: #3CEEEB;
}
</style>