Shades of Turquoise #3BDFE5
Tints of Turquoise #3BDFE5
RGB
CMYK
RGB Variations
Color information
#3BDFE5 (or 0x3BDFE5) is known color: Turquoise. HEX triplet: 3B, DF and E5. RGB value is (59,223,229). Sum of RGB (Red+Green+Blue) = 59+223+229=511 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.55% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #3BDFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFE5 is #C4201A. Grayscale: #AEAEAE. Windows color (decimal): -12853275 or 15064891. OLE color: 15064891.
HSL color Cylindrical-coordinate representation of color #3BDFE5: hue angle of 182.12º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDFE5 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 223 | 229 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.10 |
| HSL | 182.12º | 0.77% | 0.56% | - |
| HSV(B) | 182.12º | 0.74% | 0.9% | - |
| XYZ | 42.33 | 59.36 | 83.36 | - |
| YUV | 174.65 | 158.67 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 229 | 0.74 | 0.03 | 0 | 0.10 | 182.12 | 0.77 | 0.56 |
| Hex | 3B | DF | E5 | 4A | 3 | 0 | A | B6 | 4D | 38 |
| Octal | 73 | 337 | 345 | 112 | 3 | 0 | 12 | 266 | 115 | 70 |
| Binary | 111011 | 11011111 | 11100101 | 1001010 | 11 | 0 | 1010 | 10110110 | 1001101 | 111000 |
Color Harmonies of #3BDFE5
Complementary color
Monochromatic Colors of #3BDFE5
Black with #3BDFE5
Text Example
Text Example
White with #3BDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFE5; }
p { color: rgb(59,223,229); }
H1.HeaderClassName
{
color: #3BDFE5;
}
.AnyTagClassName
{
color: #3BDFE5;
}
</style>
background-color css
<style>
a { background-color: #3BDFE5; }
a { background-color: rgb(59,223,229); }
div.DivClassName
{
background-color: #3BDFE5;
}
.BgClassName
{
background-color: #3BDFE5;
}
</style>
border-color css
<style>
span { border-color: #3BDFE5; }
span { border-color: rgb(59,223,229); }
td.TdClassName
{
border-color: #3BDFE5;
}
.TagClassName
{
border-color: #3BDFE5;
}
</style>