Shades of Turquoise #3CDDFE
Tints of Turquoise #3CDDFE
RGB
CMYK
RGB Variations
Color information
#3CDDFE (or 0x3CDDFE) is known color: Turquoise. HEX triplet: 3C, DD and FE. RGB value is (60,221,254). Sum of RGB (Red+Green+Blue) = 60+221+254=535 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.21% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CDDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDDFE is #C32201. Grayscale: #B0B0B0. Windows color (decimal): -12788226 or 16702780. OLE color: 16702780.
HSL color Cylindrical-coordinate representation of color #3CDDFE: hue angle of 190.21º 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 #3CDDFE is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 221 | 254 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.00 |
| HSL | 190.21º | 0.99% | 0.62% | - |
| HSV(B) | 190.21º | 0.76% | 1% | - |
| XYZ | 45.61 | 59.83 | 102.91 | - |
| YUV | 176.62 | 171.66 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 254 | 0.76 | 0.13 | 0 | 0.00 | 190.21 | 0.99 | 0.62 |
| Hex | 3C | DD | FE | 4C | D | 0 | 0 | BE | 63 | 3E |
| Octal | 74 | 335 | 376 | 114 | 15 | 0 | 0 | 276 | 143 | 76 |
| Binary | 111100 | 11011101 | 11111110 | 1001100 | 1101 | 0 | 0 | 10111110 | 1100011 | 111110 |
Color Harmonies of #3CDDFE
Complementary color
Monochromatic Colors of #3CDDFE
Black with #3CDDFE
Text Example
Text Example
White with #3CDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDFE; }
p { color: rgb(60,221,254); }
H1.HeaderClassName
{
color: #3CDDFE;
}
.AnyTagClassName
{
color: #3CDDFE;
}
</style>
background-color css
<style>
a { background-color: #3CDDFE; }
a { background-color: rgb(60,221,254); }
div.DivClassName
{
background-color: #3CDDFE;
}
.BgClassName
{
background-color: #3CDDFE;
}
</style>
border-color css
<style>
span { border-color: #3CDDFE; }
span { border-color: rgb(60,221,254); }
td.TdClassName
{
border-color: #3CDDFE;
}
.TagClassName
{
border-color: #3CDDFE;
}
</style>