Shades of Turquoise #3DF2FD
Tints of Turquoise #3DF2FD
RGB
CMYK
RGB Variations
Color information
#3DF2FD (or 0x3DF2FD) is known color: Turquoise. HEX triplet: 3D, F2 and FD. RGB value is (61,242,253). Sum of RGB (Red+Green+Blue) = 61+242+253=556 (73% of max value = 765). Red value is 61 (24.22% from 255 or 10.97% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DF2FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF2FD is #C20D02. Grayscale: #BCBCBC. Windows color (decimal): -12717315 or 16642621. OLE color: 16642621.
HSL color Cylindrical-coordinate representation of color #3DF2FD: hue angle of 183.44º 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 #3DF2FD is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 242 | 253 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.01 |
| HSL | 183.44º | 0.98% | 0.62% | - |
| HSV(B) | 183.44º | 0.76% | 0.99% | - |
| XYZ | 51.41 | 71.59 | 104.04 | - |
| YUV | 189.14 | 164.03 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 253 | 0.76 | 0.04 | 0 | 0.01 | 183.44 | 0.98 | 0.62 |
| Hex | 3D | F2 | FD | 4C | 4 | 0 | 1 | B7 | 62 | 3E |
| Octal | 75 | 362 | 375 | 114 | 4 | 0 | 1 | 267 | 142 | 76 |
| Binary | 111101 | 11110010 | 11111101 | 1001100 | 100 | 0 | 1 | 10110111 | 1100010 | 111110 |
Color Harmonies of #3DF2FD
Complementary color
Monochromatic Colors of #3DF2FD
Black with #3DF2FD
Text Example
Text Example
White with #3DF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF2FD; }
p { color: rgb(61,242,253); }
H1.HeaderClassName
{
color: #3DF2FD;
}
.AnyTagClassName
{
color: #3DF2FD;
}
</style>
background-color css
<style>
a { background-color: #3DF2FD; }
a { background-color: rgb(61,242,253); }
div.DivClassName
{
background-color: #3DF2FD;
}
.BgClassName
{
background-color: #3DF2FD;
}
</style>
border-color css
<style>
span { border-color: #3DF2FD; }
span { border-color: rgb(61,242,253); }
td.TdClassName
{
border-color: #3DF2FD;
}
.TagClassName
{
border-color: #3DF2FD;
}
</style>