Shades of Turquoise #3BDFE6
Tints of Turquoise #3BDFE6
RGB
CMYK
RGB Variations
Color information
#3BDFE6 (or 0x3BDFE6) is known color: Turquoise. HEX triplet: 3B, DF and E6. RGB value is (59,223,230). Sum of RGB (Red+Green+Blue) = 59+223+230=512 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.52% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #3BDFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDFE6 is #C42019. Grayscale: #AEAEAE. Windows color (decimal): -12853274 or 15130427. OLE color: 15130427.
HSL color Cylindrical-coordinate representation of color #3BDFE6: hue angle of 182.46º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDFE6 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 223 | 230 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.10 |
| HSL | 182.46º | 0.77% | 0.57% | - |
| HSV(B) | 182.46º | 0.74% | 0.9% | - |
| XYZ | 42.47 | 59.42 | 84.09 | - |
| YUV | 174.76 | 159.17 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 230 | 0.74 | 0.03 | 0 | 0.10 | 182.46 | 0.77 | 0.57 |
| Hex | 3B | DF | E6 | 4A | 3 | 0 | A | B6 | 4D | 39 |
| Octal | 73 | 337 | 346 | 112 | 3 | 0 | 12 | 266 | 115 | 71 |
| Binary | 111011 | 11011111 | 11100110 | 1001010 | 11 | 0 | 1010 | 10110110 | 1001101 | 111001 |
Color Harmonies of #3BDFE6
Complementary color
Monochromatic Colors of #3BDFE6
Black with #3BDFE6
Text Example
Text Example
White with #3BDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFE6; }
p { color: rgb(59,223,230); }
H1.HeaderClassName
{
color: #3BDFE6;
}
.AnyTagClassName
{
color: #3BDFE6;
}
</style>
background-color css
<style>
a { background-color: #3BDFE6; }
a { background-color: rgb(59,223,230); }
div.DivClassName
{
background-color: #3BDFE6;
}
.BgClassName
{
background-color: #3BDFE6;
}
</style>
border-color css
<style>
span { border-color: #3BDFE6; }
span { border-color: rgb(59,223,230); }
td.TdClassName
{
border-color: #3BDFE6;
}
.TagClassName
{
border-color: #3BDFE6;
}
</style>