Shades of Turquoise #3BDFED
Tints of Turquoise #3BDFED
RGB
CMYK
RGB Variations
Color information
#3BDFED (or 0x3BDFED) is known color: Turquoise. HEX triplet: 3B, DF and ED. RGB value is (59,223,237). Sum of RGB (Red+Green+Blue) = 59+223+237=519 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.37% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BDFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDFED is #C42012. Grayscale: #AFAFAF. Windows color (decimal): -12853267 or 15589179. OLE color: 15589179.
HSL color Cylindrical-coordinate representation of color #3BDFED: hue angle of 184.72º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BDFED is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 223 | 237 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.07 |
| HSL | 184.72º | 0.83% | 0.58% | - |
| HSV(B) | 184.72º | 0.75% | 0.93% | - |
| XYZ | 43.48 | 59.82 | 89.38 | - |
| YUV | 175.56 | 162.67 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 237 | 0.75 | 0.06 | 0 | 0.07 | 184.72 | 0.83 | 0.58 |
| Hex | 3B | DF | ED | 4B | 6 | 0 | 7 | B9 | 53 | 3A |
| Octal | 73 | 337 | 355 | 113 | 6 | 0 | 7 | 271 | 123 | 72 |
| Binary | 111011 | 11011111 | 11101101 | 1001011 | 110 | 0 | 111 | 10111001 | 1010011 | 111010 |
Color Harmonies of #3BDFED
Complementary color
Monochromatic Colors of #3BDFED
Black with #3BDFED
Text Example
Text Example
White with #3BDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFED; }
p { color: rgb(59,223,237); }
H1.HeaderClassName
{
color: #3BDFED;
}
.AnyTagClassName
{
color: #3BDFED;
}
</style>
background-color css
<style>
a { background-color: #3BDFED; }
a { background-color: rgb(59,223,237); }
div.DivClassName
{
background-color: #3BDFED;
}
.BgClassName
{
background-color: #3BDFED;
}
</style>
border-color css
<style>
span { border-color: #3BDFED; }
span { border-color: rgb(59,223,237); }
td.TdClassName
{
border-color: #3BDFED;
}
.TagClassName
{
border-color: #3BDFED;
}
</style>