Shades of Turquoise #3CE9FF
Tints of Turquoise #3CE9FF
RGB
CMYK
RGB Variations
Color information
#3CE9FF (or 0x3CE9FF) is known color: Turquoise. HEX triplet: 3C, E9 and FF. RGB value is (60,233,255). Sum of RGB (Red+Green+Blue) = 60+233+255=548 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.95% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CE9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE9FF is #C31600. Grayscale: #B7B7B7. Windows color (decimal): -12785153 or 16771388. OLE color: 16771388.
HSL color Cylindrical-coordinate representation of color #3CE9FF: hue angle of 186.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CE9FF is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 233 | 255 | - |
| CMYK | 0.76 | 0.09 | 0 | 0 |
| HSL | 186.77º | 1% | 0.62% | - |
| HSV(B) | 186.77º | 0.76% | 1% | - |
| XYZ | 49.05 | 66.46 | 104.85 | - |
| YUV | 183.78 | 168.19 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 255 | 0.76 | 0.09 | 0 | 0 | 186.77 | 1 | 0.62 |
| Hex | 3C | E9 | FF | 4C | 9 | 0 | 0 | BB | 64 | 3E |
| Octal | 74 | 351 | 377 | 114 | 11 | 0 | 0 | 273 | 144 | 76 |
| Binary | 111100 | 11101001 | 11111111 | 1001100 | 1001 | 0 | 0 | 10111011 | 1100100 | 111110 |
Color Harmonies of #3CE9FF
Complementary color
Monochromatic Colors of #3CE9FF
Black with #3CE9FF
Text Example
Text Example
White with #3CE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE9FF; }
p { color: rgb(60,233,255); }
H1.HeaderClassName
{
color: #3CE9FF;
}
.AnyTagClassName
{
color: #3CE9FF;
}
</style>
background-color css
<style>
a { background-color: #3CE9FF; }
a { background-color: rgb(60,233,255); }
div.DivClassName
{
background-color: #3CE9FF;
}
.BgClassName
{
background-color: #3CE9FF;
}
</style>
border-color css
<style>
span { border-color: #3CE9FF; }
span { border-color: rgb(60,233,255); }
td.TdClassName
{
border-color: #3CE9FF;
}
.TagClassName
{
border-color: #3CE9FF;
}
</style>