Shades of Turquoise #3DFBE7
Tints of Turquoise #3DFBE7
RGB
CMYK
RGB Variations
Color information
#3DFBE7 (or 0x3DFBE7) is known color: Turquoise. HEX triplet: 3D, FB and E7. RGB value is (61,251,231). Sum of RGB (Red+Green+Blue) = 61+251+231=543 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.23% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFBE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFBE7 is #C20418. Grayscale: #BFBFBF. Windows color (decimal): -12715033 or 15203133. OLE color: 15203133.
HSL color Cylindrical-coordinate representation of color #3DFBE7: hue angle of 173.68º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFBE7 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 231 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.02 |
| HSL | 173.68º | 0.96% | 0.61% | - |
| HSV(B) | 173.68º | 0.76% | 0.98% | - |
| XYZ | 50.85 | 75.76 | 87.54 | - |
| YUV | 191.91 | 150.05 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 231 | 0.76 | 0 | 0.08 | 0.02 | 173.68 | 0.96 | 0.61 |
| Hex | 3D | FB | E7 | 4C | 0 | 8 | 2 | AE | 60 | 3D |
| Octal | 75 | 373 | 347 | 114 | 0 | 10 | 2 | 256 | 140 | 75 |
| Binary | 111101 | 11111011 | 11100111 | 1001100 | 0 | 1000 | 10 | 10101110 | 1100000 | 111101 |
Color Harmonies of #3DFBE7
Complementary color
Monochromatic Colors of #3DFBE7
Black with #3DFBE7
Text Example
Text Example
White with #3DFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFBE7; }
p { color: rgb(61,251,231); }
H1.HeaderClassName
{
color: #3DFBE7;
}
.AnyTagClassName
{
color: #3DFBE7;
}
</style>
background-color css
<style>
a { background-color: #3DFBE7; }
a { background-color: rgb(61,251,231); }
div.DivClassName
{
background-color: #3DFBE7;
}
.BgClassName
{
background-color: #3DFBE7;
}
</style>
border-color css
<style>
span { border-color: #3DFBE7; }
span { border-color: rgb(61,251,231); }
td.TdClassName
{
border-color: #3DFBE7;
}
.TagClassName
{
border-color: #3DFBE7;
}
</style>