Shades of Turquoise #3CF1FD
Tints of Turquoise #3CF1FD
RGB
CMYK
RGB Variations
Color information
#3CF1FD (or 0x3CF1FD) is known color: Turquoise. HEX triplet: 3C, F1 and FD. RGB value is (60,241,253). Sum of RGB (Red+Green+Blue) = 60+241+253=554 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.83% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CF1FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF1FD is #C30E02. Grayscale: #BCBCBC. Windows color (decimal): -12783107 or 16642364. OLE color: 16642364.
HSL color Cylindrical-coordinate representation of color #3CF1FD: hue angle of 183.73º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF1FD is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 241 | 253 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.01 |
| HSL | 183.73º | 0.98% | 0.61% | - |
| HSV(B) | 183.73º | 0.76% | 0.99% | - |
| XYZ | 51.05 | 70.96 | 103.94 | - |
| YUV | 188.25 | 164.53 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 253 | 0.76 | 0.05 | 0 | 0.01 | 183.73 | 0.98 | 0.61 |
| Hex | 3C | F1 | FD | 4C | 5 | 0 | 1 | B8 | 62 | 3D |
| Octal | 74 | 361 | 375 | 114 | 5 | 0 | 1 | 270 | 142 | 75 |
| Binary | 111100 | 11110001 | 11111101 | 1001100 | 101 | 0 | 1 | 10111000 | 1100010 | 111101 |
Color Harmonies of #3CF1FD
Complementary color
Monochromatic Colors of #3CF1FD
Black with #3CF1FD
Text Example
Text Example
White with #3CF1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF1FD; }
p { color: rgb(60,241,253); }
H1.HeaderClassName
{
color: #3CF1FD;
}
.AnyTagClassName
{
color: #3CF1FD;
}
</style>
background-color css
<style>
a { background-color: #3CF1FD; }
a { background-color: rgb(60,241,253); }
div.DivClassName
{
background-color: #3CF1FD;
}
.BgClassName
{
background-color: #3CF1FD;
}
</style>
border-color css
<style>
span { border-color: #3CF1FD; }
span { border-color: rgb(60,241,253); }
td.TdClassName
{
border-color: #3CF1FD;
}
.TagClassName
{
border-color: #3CF1FD;
}
</style>