Shades of Turquoise #3CDFEF
Tints of Turquoise #3CDFEF
RGB
CMYK
RGB Variations
Color information
#3CDFEF (or 0x3CDFEF) is known color: Turquoise. HEX triplet: 3C, DF and EF. RGB value is (60,223,239). Sum of RGB (Red+Green+Blue) = 60+223+239=522 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.49% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CDFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFEF is #C32010. Grayscale: #AFAFAF. Windows color (decimal): -12787729 or 15720252. OLE color: 15720252.
HSL color Cylindrical-coordinate representation of color #3CDFEF: hue angle of 185.36º degrees, saturation: 0.85, 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 #3CDFEF is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 223 | 239 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.06 |
| HSL | 185.36º | 0.85% | 0.59% | - |
| HSV(B) | 185.36º | 0.75% | 0.94% | - |
| XYZ | 43.83 | 59.97 | 90.93 | - |
| YUV | 176.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 239 | 0.75 | 0.07 | 0 | 0.06 | 185.36 | 0.85 | 0.59 |
| Hex | 3C | DF | EF | 4B | 7 | 0 | 6 | B9 | 55 | 3B |
| Octal | 74 | 337 | 357 | 113 | 7 | 0 | 6 | 271 | 125 | 73 |
| Binary | 111100 | 11011111 | 11101111 | 1001011 | 111 | 0 | 110 | 10111001 | 1010101 | 111011 |
Color Harmonies of #3CDFEF
Complementary color
Monochromatic Colors of #3CDFEF
Black with #3CDFEF
Text Example
Text Example
White with #3CDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFEF; }
p { color: rgb(60,223,239); }
H1.HeaderClassName
{
color: #3CDFEF;
}
.AnyTagClassName
{
color: #3CDFEF;
}
</style>
background-color css
<style>
a { background-color: #3CDFEF; }
a { background-color: rgb(60,223,239); }
div.DivClassName
{
background-color: #3CDFEF;
}
.BgClassName
{
background-color: #3CDFEF;
}
</style>
border-color css
<style>
span { border-color: #3CDFEF; }
span { border-color: rgb(60,223,239); }
td.TdClassName
{
border-color: #3CDFEF;
}
.TagClassName
{
border-color: #3CDFEF;
}
</style>