Shades of Turquoise #3DEDFC
Tints of Turquoise #3DEDFC
RGB
CMYK
RGB Variations
Color information
#3DEDFC (or 0x3DEDFC) is known color: Turquoise. HEX triplet: 3D, ED and FC. RGB value is (61,237,252). Sum of RGB (Red+Green+Blue) = 61+237+252=550 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.09% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DEDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEDFC is #C21203. Grayscale: #B9B9B9. Windows color (decimal): -12718596 or 16575805. OLE color: 16575805.
HSL color Cylindrical-coordinate representation of color #3DEDFC: hue angle of 184.71º degrees, saturation: 0.97, 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 #3DEDFC is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 237 | 252 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.01 |
| HSL | 184.71º | 0.97% | 0.61% | - |
| HSV(B) | 184.71º | 0.76% | 0.99% | - |
| XYZ | 49.78 | 68.59 | 102.71 | - |
| YUV | 186.09 | 165.19 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 252 | 0.76 | 0.06 | 0 | 0.01 | 184.71 | 0.97 | 0.61 |
| Hex | 3D | ED | FC | 4C | 6 | 0 | 1 | B9 | 61 | 3D |
| Octal | 75 | 355 | 374 | 114 | 6 | 0 | 1 | 271 | 141 | 75 |
| Binary | 111101 | 11101101 | 11111100 | 1001100 | 110 | 0 | 1 | 10111001 | 1100001 | 111101 |
Color Harmonies of #3DEDFC
Complementary color
Monochromatic Colors of #3DEDFC
Black with #3DEDFC
Text Example
Text Example
White with #3DEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDFC; }
p { color: rgb(61,237,252); }
H1.HeaderClassName
{
color: #3DEDFC;
}
.AnyTagClassName
{
color: #3DEDFC;
}
</style>
background-color css
<style>
a { background-color: #3DEDFC; }
a { background-color: rgb(61,237,252); }
div.DivClassName
{
background-color: #3DEDFC;
}
.BgClassName
{
background-color: #3DEDFC;
}
</style>
border-color css
<style>
span { border-color: #3DEDFC; }
span { border-color: rgb(61,237,252); }
td.TdClassName
{
border-color: #3DEDFC;
}
.TagClassName
{
border-color: #3DEDFC;
}
</style>