Shades of Turquoise #3DE1FD
Tints of Turquoise #3DE1FD
RGB
CMYK
RGB Variations
Color information
#3DE1FD (or 0x3DE1FD) is known color: Turquoise. HEX triplet: 3D, E1 and FD. RGB value is (61,225,253). Sum of RGB (Red+Green+Blue) = 61+225+253=539 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.32% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DE1FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DE1FD is #C21E02. Grayscale: #B2B2B2. Windows color (decimal): -12721667 or 16638269. OLE color: 16638269.
HSL color Cylindrical-coordinate representation of color #3DE1FD: hue angle of 188.75º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DE1FD is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 225 | 253 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.01 |
| HSL | 188.75º | 0.98% | 0.62% | - |
| HSV(B) | 188.75º | 0.76% | 0.99% | - |
| XYZ | 46.58 | 61.93 | 102.43 | - |
| YUV | 179.16 | 169.67 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 225 | 253 | 0.76 | 0.11 | 0 | 0.01 | 188.75 | 0.98 | 0.62 |
| Hex | 3D | E1 | FD | 4C | B | 0 | 1 | BD | 62 | 3E |
| Octal | 75 | 341 | 375 | 114 | 13 | 0 | 1 | 275 | 142 | 76 |
| Binary | 111101 | 11100001 | 11111101 | 1001100 | 1011 | 0 | 1 | 10111101 | 1100010 | 111110 |
Color Harmonies of #3DE1FD
Complementary color
Monochromatic Colors of #3DE1FD
Black with #3DE1FD
Text Example
Text Example
White with #3DE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE1FD; }
p { color: rgb(61,225,253); }
H1.HeaderClassName
{
color: #3DE1FD;
}
.AnyTagClassName
{
color: #3DE1FD;
}
</style>
background-color css
<style>
a { background-color: #3DE1FD; }
a { background-color: rgb(61,225,253); }
div.DivClassName
{
background-color: #3DE1FD;
}
.BgClassName
{
background-color: #3DE1FD;
}
</style>
border-color css
<style>
span { border-color: #3DE1FD; }
span { border-color: rgb(61,225,253); }
td.TdClassName
{
border-color: #3DE1FD;
}
.TagClassName
{
border-color: #3DE1FD;
}
</style>