Shades of Turquoise #3DEDFF
Tints of Turquoise #3DEDFF
RGB
CMYK
RGB Variations
Color information
#3DEDFF (or 0x3DEDFF) is known color: Turquoise. HEX triplet: 3D, ED and FF. RGB value is (61,237,255). Sum of RGB (Red+Green+Blue) = 61+237+255=553 (73% of max value = 765). Red value is 61 (24.22% from 255 or 11.03% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DEDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEDFF is #C21200. Grayscale: #BABABA. Windows color (decimal): -12718593 or 16772413. OLE color: 16772413.
HSL color Cylindrical-coordinate representation of color #3DEDFF: hue angle of 185.57º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DEDFF is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 237 | 255 | - |
| CMYK | 0.76 | 0.07 | 0 | 0 |
| HSL | 185.57º | 1% | 0.62% | - |
| HSV(B) | 185.57º | 0.76% | 1% | - |
| XYZ | 50.26 | 68.78 | 105.23 | - |
| YUV | 186.43 | 166.69 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 255 | 0.76 | 0.07 | 0 | 0 | 185.57 | 1 | 0.62 |
| Hex | 3D | ED | FF | 4C | 7 | 0 | 0 | BA | 64 | 3E |
| Octal | 75 | 355 | 377 | 114 | 7 | 0 | 0 | 272 | 144 | 76 |
| Binary | 111101 | 11101101 | 11111111 | 1001100 | 111 | 0 | 0 | 10111010 | 1100100 | 111110 |
Color Harmonies of #3DEDFF
Complementary color
Monochromatic Colors of #3DEDFF
Black with #3DEDFF
Text Example
Text Example
White with #3DEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDFF; }
p { color: rgb(61,237,255); }
H1.HeaderClassName
{
color: #3DEDFF;
}
.AnyTagClassName
{
color: #3DEDFF;
}
</style>
background-color css
<style>
a { background-color: #3DEDFF; }
a { background-color: rgb(61,237,255); }
div.DivClassName
{
background-color: #3DEDFF;
}
.BgClassName
{
background-color: #3DEDFF;
}
</style>
border-color css
<style>
span { border-color: #3DEDFF; }
span { border-color: rgb(61,237,255); }
td.TdClassName
{
border-color: #3DEDFF;
}
.TagClassName
{
border-color: #3DEDFF;
}
</style>