Shades of Turquoise #3CEEF5
Tints of Turquoise #3CEEF5
RGB
CMYK
RGB Variations
Color information
#3CEEF5 (or 0x3CEEF5) is known color: Turquoise. HEX triplet: 3C, EE and F5. RGB value is (60,238,245). Sum of RGB (Red+Green+Blue) = 60+238+245=543 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.05% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #3CEEF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEEF5 is #C3110A. Grayscale: #B9B9B9. Windows color (decimal): -12783883 or 16117308. OLE color: 16117308.
HSL color Cylindrical-coordinate representation of color #3CEEF5: hue angle of 182.27º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CEEF5 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 238 | 245 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.04 |
| HSL | 182.27º | 0.9% | 0.6% | - |
| HSV(B) | 182.27º | 0.76% | 0.96% | - |
| XYZ | 48.92 | 68.7 | 97.07 | - |
| YUV | 185.58 | 161.53 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 245 | 0.76 | 0.03 | 0 | 0.04 | 182.27 | 0.9 | 0.6 |
| Hex | 3C | EE | F5 | 4C | 3 | 0 | 4 | B6 | 5A | 3C |
| Octal | 74 | 356 | 365 | 114 | 3 | 0 | 4 | 266 | 132 | 74 |
| Binary | 111100 | 11101110 | 11110101 | 1001100 | 11 | 0 | 100 | 10110110 | 1011010 | 111100 |
Color Harmonies of #3CEEF5
Complementary color
Monochromatic Colors of #3CEEF5
Black with #3CEEF5
Text Example
Text Example
White with #3CEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEEF5; }
p { color: rgb(60,238,245); }
H1.HeaderClassName
{
color: #3CEEF5;
}
.AnyTagClassName
{
color: #3CEEF5;
}
</style>
background-color css
<style>
a { background-color: #3CEEF5; }
a { background-color: rgb(60,238,245); }
div.DivClassName
{
background-color: #3CEEF5;
}
.BgClassName
{
background-color: #3CEEF5;
}
</style>
border-color css
<style>
span { border-color: #3CEEF5; }
span { border-color: rgb(60,238,245); }
td.TdClassName
{
border-color: #3CEEF5;
}
.TagClassName
{
border-color: #3CEEF5;
}
</style>