Shades of Turquoise #3CDFFE
Tints of Turquoise #3CDFFE
RGB
CMYK
RGB Variations
Color information
#3CDFFE (or 0x3CDFFE) is known color: Turquoise. HEX triplet: 3C, DF and FE. RGB value is (60,223,254). Sum of RGB (Red+Green+Blue) = 60+223+254=537 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.17% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CDFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFFE is #C32001. Grayscale: #B1B1B1. Windows color (decimal): -12787714 or 16703292. OLE color: 16703292.
HSL color Cylindrical-coordinate representation of color #3CDFFE: hue angle of 189.59º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CDFFE is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 223 | 254 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.00 |
| HSL | 189.59º | 0.99% | 0.62% | - |
| HSV(B) | 189.59º | 0.76% | 1% | - |
| XYZ | 46.14 | 60.89 | 103.09 | - |
| YUV | 177.8 | 171 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 254 | 0.76 | 0.12 | 0 | 0.00 | 189.59 | 0.99 | 0.62 |
| Hex | 3C | DF | FE | 4C | C | 0 | 0 | BE | 63 | 3E |
| Octal | 74 | 337 | 376 | 114 | 14 | 0 | 0 | 276 | 143 | 76 |
| Binary | 111100 | 11011111 | 11111110 | 1001100 | 1100 | 0 | 0 | 10111110 | 1100011 | 111110 |
Color Harmonies of #3CDFFE
Complementary color
Monochromatic Colors of #3CDFFE
Black with #3CDFFE
Text Example
Text Example
White with #3CDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFFE; }
p { color: rgb(60,223,254); }
H1.HeaderClassName
{
color: #3CDFFE;
}
.AnyTagClassName
{
color: #3CDFFE;
}
</style>
background-color css
<style>
a { background-color: #3CDFFE; }
a { background-color: rgb(60,223,254); }
div.DivClassName
{
background-color: #3CDFFE;
}
.BgClassName
{
background-color: #3CDFFE;
}
</style>
border-color css
<style>
span { border-color: #3CDFFE; }
span { border-color: rgb(60,223,254); }
td.TdClassName
{
border-color: #3CDFFE;
}
.TagClassName
{
border-color: #3CDFFE;
}
</style>