Shades of Turquoise #3CEFF5
Tints of Turquoise #3CEFF5
RGB
CMYK
RGB Variations
Color information
#3CEFF5 (or 0x3CEFF5) is known color: Turquoise. HEX triplet: 3C, EF and F5. RGB value is (60,239,245). Sum of RGB (Red+Green+Blue) = 60+239+245=544 (72% of max value = 765). Red value is 60 (23.83% from 255 or 11.03% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #3CEFF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEFF5 is #C3100A. Grayscale: #B9B9B9. Windows color (decimal): -12783627 or 16117564. OLE color: 16117564.
HSL color Cylindrical-coordinate representation of color #3CEFF5: hue angle of 181.95º 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 #3CEFF5 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 239 | 245 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.04 |
| HSL | 181.95º | 0.9% | 0.6% | - |
| HSV(B) | 181.95º | 0.76% | 0.96% | - |
| XYZ | 49.21 | 69.29 | 97.17 | - |
| YUV | 186.16 | 161.2 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 245 | 0.76 | 0.02 | 0 | 0.04 | 181.95 | 0.9 | 0.6 |
| Hex | 3C | EF | F5 | 4C | 2 | 0 | 4 | B6 | 5A | 3C |
| Octal | 74 | 357 | 365 | 114 | 2 | 0 | 4 | 266 | 132 | 74 |
| Binary | 111100 | 11101111 | 11110101 | 1001100 | 10 | 0 | 100 | 10110110 | 1011010 | 111100 |
Color Harmonies of #3CEFF5
Complementary color
Monochromatic Colors of #3CEFF5
Black with #3CEFF5
Text Example
Text Example
White with #3CEFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEFF5; }
p { color: rgb(60,239,245); }
H1.HeaderClassName
{
color: #3CEFF5;
}
.AnyTagClassName
{
color: #3CEFF5;
}
</style>
background-color css
<style>
a { background-color: #3CEFF5; }
a { background-color: rgb(60,239,245); }
div.DivClassName
{
background-color: #3CEFF5;
}
.BgClassName
{
background-color: #3CEFF5;
}
</style>
border-color css
<style>
span { border-color: #3CEFF5; }
span { border-color: rgb(60,239,245); }
td.TdClassName
{
border-color: #3CEFF5;
}
.TagClassName
{
border-color: #3CEFF5;
}
</style>