Shades of Turquoise #3CDEF5
Tints of Turquoise #3CDEF5
RGB
CMYK
RGB Variations
Color information
#3CDEF5 (or 0x3CDEF5) is known color: Turquoise. HEX triplet: 3C, DE and F5. RGB value is (60,222,245). Sum of RGB (Red+Green+Blue) = 60+222+245=527 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.39% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #3CDEF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDEF5 is #C3210A. Grayscale: #AFAFAF. Windows color (decimal): -12787979 or 16113212. OLE color: 16113212.
HSL color Cylindrical-coordinate representation of color #3CDEF5: hue angle of 187.46º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CDEF5 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 222 | 245 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.04 |
| HSL | 187.46º | 0.9% | 0.6% | - |
| HSV(B) | 187.46º | 0.76% | 0.96% | - |
| XYZ | 44.47 | 59.8 | 95.58 | - |
| YUV | 176.18 | 166.83 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 245 | 0.76 | 0.09 | 0 | 0.04 | 187.46 | 0.9 | 0.6 |
| Hex | 3C | DE | F5 | 4C | 9 | 0 | 4 | BB | 5A | 3C |
| Octal | 74 | 336 | 365 | 114 | 11 | 0 | 4 | 273 | 132 | 74 |
| Binary | 111100 | 11011110 | 11110101 | 1001100 | 1001 | 0 | 100 | 10111011 | 1011010 | 111100 |
Color Harmonies of #3CDEF5
Complementary color
Monochromatic Colors of #3CDEF5
Black with #3CDEF5
Text Example
Text Example
White with #3CDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEF5; }
p { color: rgb(60,222,245); }
H1.HeaderClassName
{
color: #3CDEF5;
}
.AnyTagClassName
{
color: #3CDEF5;
}
</style>
background-color css
<style>
a { background-color: #3CDEF5; }
a { background-color: rgb(60,222,245); }
div.DivClassName
{
background-color: #3CDEF5;
}
.BgClassName
{
background-color: #3CDEF5;
}
</style>
border-color css
<style>
span { border-color: #3CDEF5; }
span { border-color: rgb(60,222,245); }
td.TdClassName
{
border-color: #3CDEF5;
}
.TagClassName
{
border-color: #3CDEF5;
}
</style>