Shades of Turquoise #3CDFED
Tints of Turquoise #3CDFED
RGB
CMYK
RGB Variations
Color information
#3CDFED (or 0x3CDFED) is known color: Turquoise. HEX triplet: 3C, DF and ED. RGB value is (60,223,237). Sum of RGB (Red+Green+Blue) = 60+223+237=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #3CDFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFED is #C32012. Grayscale: #AFAFAF. Windows color (decimal): -12787731 or 15589180. OLE color: 15589180.
HSL color Cylindrical-coordinate representation of color #3CDFED: hue angle of 184.75º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDFED is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 223 | 237 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.07 |
| HSL | 184.75º | 0.83% | 0.58% | - |
| HSV(B) | 184.75º | 0.75% | 0.93% | - |
| XYZ | 43.54 | 59.85 | 89.38 | - |
| YUV | 175.86 | 162.5 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 237 | 0.75 | 0.06 | 0 | 0.07 | 184.75 | 0.83 | 0.58 |
| Hex | 3C | DF | ED | 4B | 6 | 0 | 7 | B9 | 53 | 3A |
| Octal | 74 | 337 | 355 | 113 | 6 | 0 | 7 | 271 | 123 | 72 |
| Binary | 111100 | 11011111 | 11101101 | 1001011 | 110 | 0 | 111 | 10111001 | 1010011 | 111010 |
Color Harmonies of #3CDFED
Complementary color
Monochromatic Colors of #3CDFED
Black with #3CDFED
Text Example
Text Example
White with #3CDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFED; }
p { color: rgb(60,223,237); }
H1.HeaderClassName
{
color: #3CDFED;
}
.AnyTagClassName
{
color: #3CDFED;
}
</style>
background-color css
<style>
a { background-color: #3CDFED; }
a { background-color: rgb(60,223,237); }
div.DivClassName
{
background-color: #3CDFED;
}
.BgClassName
{
background-color: #3CDFED;
}
</style>
border-color css
<style>
span { border-color: #3CDFED; }
span { border-color: rgb(60,223,237); }
td.TdClassName
{
border-color: #3CDFED;
}
.TagClassName
{
border-color: #3CDFED;
}
</style>