Shades of Turquoise #3CDCFE
Tints of Turquoise #3CDCFE
RGB
CMYK
RGB Variations
Color information
#3CDCFE (or 0x3CDCFE) is known color: Turquoise. HEX triplet: 3C, DC and FE. RGB value is (60,220,254). Sum of RGB (Red+Green+Blue) = 60+220+254=534 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.24% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CDCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDCFE is #C32301. Grayscale: #AFAFAF. Windows color (decimal): -12788482 or 16702524. OLE color: 16702524.
HSL color Cylindrical-coordinate representation of color #3CDCFE: hue angle of 190.52º 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 #3CDCFE is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 220 | 254 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.00 |
| HSL | 190.52º | 0.99% | 0.62% | - |
| HSV(B) | 190.52º | 0.76% | 1% | - |
| XYZ | 45.35 | 59.3 | 102.82 | - |
| YUV | 176.04 | 171.99 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 254 | 0.76 | 0.13 | 0 | 0.00 | 190.52 | 0.99 | 0.62 |
| Hex | 3C | DC | FE | 4C | D | 0 | 0 | BF | 63 | 3E |
| Octal | 74 | 334 | 376 | 114 | 15 | 0 | 0 | 277 | 143 | 76 |
| Binary | 111100 | 11011100 | 11111110 | 1001100 | 1101 | 0 | 0 | 10111111 | 1100011 | 111110 |
Color Harmonies of #3CDCFE
Complementary color
Monochromatic Colors of #3CDCFE
Black with #3CDCFE
Text Example
Text Example
White with #3CDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCFE; }
p { color: rgb(60,220,254); }
H1.HeaderClassName
{
color: #3CDCFE;
}
.AnyTagClassName
{
color: #3CDCFE;
}
</style>
background-color css
<style>
a { background-color: #3CDCFE; }
a { background-color: rgb(60,220,254); }
div.DivClassName
{
background-color: #3CDCFE;
}
.BgClassName
{
background-color: #3CDCFE;
}
</style>
border-color css
<style>
span { border-color: #3CDCFE; }
span { border-color: rgb(60,220,254); }
td.TdClassName
{
border-color: #3CDCFE;
}
.TagClassName
{
border-color: #3CDCFE;
}
</style>