Shades of Turquoise #3CDAF2
Tints of Turquoise #3CDAF2
RGB
CMYK
RGB Variations
Color information
#3CDAF2 (or 0x3CDAF2) is known color: Turquoise. HEX triplet: 3C, DA and F2. RGB value is (60,218,242). Sum of RGB (Red+Green+Blue) = 60+218+242=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #3CDAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDAF2 is #C3250D. Grayscale: #ADADAD. Windows color (decimal): -12789006 or 15915580. OLE color: 15915580.
HSL color Cylindrical-coordinate representation of color #3CDAF2: hue angle of 187.91º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDAF2 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 218 | 242 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.05 |
| HSL | 187.91º | 0.88% | 0.59% | - |
| HSV(B) | 187.91º | 0.75% | 0.95% | - |
| XYZ | 42.96 | 57.51 | 92.84 | - |
| YUV | 173.49 | 166.65 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 242 | 0.75 | 0.10 | 0 | 0.05 | 187.91 | 0.88 | 0.59 |
| Hex | 3C | DA | F2 | 4B | A | 0 | 5 | BC | 58 | 3B |
| Octal | 74 | 332 | 362 | 113 | 12 | 0 | 5 | 274 | 130 | 73 |
| Binary | 111100 | 11011010 | 11110010 | 1001011 | 1010 | 0 | 101 | 10111100 | 1011000 | 111011 |
Color Harmonies of #3CDAF2
Complementary color
Monochromatic Colors of #3CDAF2
Black with #3CDAF2
Text Example
Text Example
White with #3CDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDAF2; }
p { color: rgb(60,218,242); }
H1.HeaderClassName
{
color: #3CDAF2;
}
.AnyTagClassName
{
color: #3CDAF2;
}
</style>
background-color css
<style>
a { background-color: #3CDAF2; }
a { background-color: rgb(60,218,242); }
div.DivClassName
{
background-color: #3CDAF2;
}
.BgClassName
{
background-color: #3CDAF2;
}
</style>
border-color css
<style>
span { border-color: #3CDAF2; }
span { border-color: rgb(60,218,242); }
td.TdClassName
{
border-color: #3CDAF2;
}
.TagClassName
{
border-color: #3CDAF2;
}
</style>