Shades of Turquoise #3CDDF0
Tints of Turquoise #3CDDF0
RGB
CMYK
RGB Variations
Color information
#3CDDF0 (or 0x3CDDF0) is known color: Turquoise. HEX triplet: 3C, DD and F0. RGB value is (60,221,240). Sum of RGB (Red+Green+Blue) = 60+221+240=521 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.52% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #3CDDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDDF0 is #C3220F. Grayscale: #AEAEAE. Windows color (decimal): -12788240 or 15785276. OLE color: 15785276.
HSL color Cylindrical-coordinate representation of color #3CDDF0: hue angle of 186.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDDF0 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 221 | 240 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.06 |
| HSL | 186.33º | 0.86% | 0.59% | - |
| HSV(B) | 186.33º | 0.75% | 0.94% | - |
| XYZ | 43.45 | 58.96 | 91.53 | - |
| YUV | 175.03 | 164.66 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 240 | 0.75 | 0.08 | 0 | 0.06 | 186.33 | 0.86 | 0.59 |
| Hex | 3C | DD | F0 | 4B | 8 | 0 | 6 | BA | 56 | 3B |
| Octal | 74 | 335 | 360 | 113 | 10 | 0 | 6 | 272 | 126 | 73 |
| Binary | 111100 | 11011101 | 11110000 | 1001011 | 1000 | 0 | 110 | 10111010 | 1010110 | 111011 |
Color Harmonies of #3CDDF0
Complementary color
Monochromatic Colors of #3CDDF0
Black with #3CDDF0
Text Example
Text Example
White with #3CDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDF0; }
p { color: rgb(60,221,240); }
H1.HeaderClassName
{
color: #3CDDF0;
}
.AnyTagClassName
{
color: #3CDDF0;
}
</style>
background-color css
<style>
a { background-color: #3CDDF0; }
a { background-color: rgb(60,221,240); }
div.DivClassName
{
background-color: #3CDDF0;
}
.BgClassName
{
background-color: #3CDDF0;
}
</style>
border-color css
<style>
span { border-color: #3CDDF0; }
span { border-color: rgb(60,221,240); }
td.TdClassName
{
border-color: #3CDDF0;
}
.TagClassName
{
border-color: #3CDDF0;
}
</style>