Shades of Turquoise #3CEFF3
Tints of Turquoise #3CEFF3
RGB
CMYK
RGB Variations
Color information
#3CEFF3 (or 0x3CEFF3) is known color: Turquoise. HEX triplet: 3C, EF and F3. RGB value is (60,239,243). Sum of RGB (Red+Green+Blue) = 60+239+243=542 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.07% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #3CEFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEFF3 is #C3100C. Grayscale: #B9B9B9. Windows color (decimal): -12783629 or 15986492. OLE color: 15986492.
HSL color Cylindrical-coordinate representation of color #3CEFF3: hue angle of 181.31º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEFF3 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 239 | 243 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.05 |
| HSL | 181.31º | 0.88% | 0.59% | - |
| HSV(B) | 181.31º | 0.75% | 0.95% | - |
| XYZ | 48.91 | 69.16 | 95.57 | - |
| YUV | 185.94 | 160.2 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 243 | 0.75 | 0.02 | 0 | 0.05 | 181.31 | 0.88 | 0.59 |
| Hex | 3C | EF | F3 | 4B | 2 | 0 | 5 | B5 | 58 | 3B |
| Octal | 74 | 357 | 363 | 113 | 2 | 0 | 5 | 265 | 130 | 73 |
| Binary | 111100 | 11101111 | 11110011 | 1001011 | 10 | 0 | 101 | 10110101 | 1011000 | 111011 |
Color Harmonies of #3CEFF3
Complementary color
Monochromatic Colors of #3CEFF3
Black with #3CEFF3
Text Example
Text Example
White with #3CEFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEFF3; }
p { color: rgb(60,239,243); }
H1.HeaderClassName
{
color: #3CEFF3;
}
.AnyTagClassName
{
color: #3CEFF3;
}
</style>
background-color css
<style>
a { background-color: #3CEFF3; }
a { background-color: rgb(60,239,243); }
div.DivClassName
{
background-color: #3CEFF3;
}
.BgClassName
{
background-color: #3CEFF3;
}
</style>
border-color css
<style>
span { border-color: #3CEFF3; }
span { border-color: rgb(60,239,243); }
td.TdClassName
{
border-color: #3CEFF3;
}
.TagClassName
{
border-color: #3CEFF3;
}
</style>