Shades of Turquoise #3DEBFF
Tints of Turquoise #3DEBFF
RGB
CMYK
RGB Variations
Color information
#3DEBFF (or 0x3DEBFF) is known color: Turquoise. HEX triplet: 3D, EB and FF. RGB value is (61,235,255). Sum of RGB (Red+Green+Blue) = 61+235+255=551 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.07% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DEBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEBFF is #C21400. Grayscale: #B9B9B9. Windows color (decimal): -12719105 or 16771901. OLE color: 16771901.
HSL color Cylindrical-coordinate representation of color #3DEBFF: hue angle of 186.19º 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 #3DEBFF is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 235 | 255 | - |
| CMYK | 0.76 | 0.08 | 0 | 0 |
| HSL | 186.19º | 1% | 0.62% | - |
| HSV(B) | 186.19º | 0.76% | 1% | - |
| XYZ | 49.68 | 67.63 | 105.04 | - |
| YUV | 185.25 | 167.35 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 235 | 255 | 0.76 | 0.08 | 0 | 0 | 186.19 | 1 | 0.62 |
| Hex | 3D | EB | FF | 4C | 8 | 0 | 0 | BA | 64 | 3E |
| Octal | 75 | 353 | 377 | 114 | 10 | 0 | 0 | 272 | 144 | 76 |
| Binary | 111101 | 11101011 | 11111111 | 1001100 | 1000 | 0 | 0 | 10111010 | 1100100 | 111110 |
Color Harmonies of #3DEBFF
Complementary color
Monochromatic Colors of #3DEBFF
Black with #3DEBFF
Text Example
Text Example
White with #3DEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEBFF; }
p { color: rgb(61,235,255); }
H1.HeaderClassName
{
color: #3DEBFF;
}
.AnyTagClassName
{
color: #3DEBFF;
}
</style>
background-color css
<style>
a { background-color: #3DEBFF; }
a { background-color: rgb(61,235,255); }
div.DivClassName
{
background-color: #3DEBFF;
}
.BgClassName
{
background-color: #3DEBFF;
}
</style>
border-color css
<style>
span { border-color: #3DEBFF; }
span { border-color: rgb(61,235,255); }
td.TdClassName
{
border-color: #3DEBFF;
}
.TagClassName
{
border-color: #3DEBFF;
}
</style>