Shades of Turquoise #3CE8F3
Tints of Turquoise #3CE8F3
RGB
CMYK
RGB Variations
Color information
#3CE8F3 (or 0x3CE8F3) is known color: Turquoise. HEX triplet: 3C, E8 and F3. RGB value is (60,232,243). Sum of RGB (Red+Green+Blue) = 60+232+243=535 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.21% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #3CE8F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE8F3 is #C3170C. Grayscale: #B5B5B5. Windows color (decimal): -12785421 or 15984700. OLE color: 15984700.
HSL color Cylindrical-coordinate representation of color #3CE8F3: hue angle of 183.61º 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 #3CE8F3 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 232 | 243 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.05 |
| HSL | 183.61º | 0.88% | 0.59% | - |
| HSV(B) | 183.61º | 0.75% | 0.95% | - |
| XYZ | 46.9 | 65.14 | 94.9 | - |
| YUV | 181.83 | 162.52 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 243 | 0.75 | 0.05 | 0 | 0.05 | 183.61 | 0.88 | 0.59 |
| Hex | 3C | E8 | F3 | 4B | 5 | 0 | 5 | B8 | 58 | 3B |
| Octal | 74 | 350 | 363 | 113 | 5 | 0 | 5 | 270 | 130 | 73 |
| Binary | 111100 | 11101000 | 11110011 | 1001011 | 101 | 0 | 101 | 10111000 | 1011000 | 111011 |
Color Harmonies of #3CE8F3
Complementary color
Monochromatic Colors of #3CE8F3
Black with #3CE8F3
Text Example
Text Example
White with #3CE8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE8F3; }
p { color: rgb(60,232,243); }
H1.HeaderClassName
{
color: #3CE8F3;
}
.AnyTagClassName
{
color: #3CE8F3;
}
</style>
background-color css
<style>
a { background-color: #3CE8F3; }
a { background-color: rgb(60,232,243); }
div.DivClassName
{
background-color: #3CE8F3;
}
.BgClassName
{
background-color: #3CE8F3;
}
</style>
border-color css
<style>
span { border-color: #3CE8F3; }
span { border-color: rgb(60,232,243); }
td.TdClassName
{
border-color: #3CE8F3;
}
.TagClassName
{
border-color: #3CE8F3;
}
</style>