Shades of Turquoise #3BEAF2
Tints of Turquoise #3BEAF2
RGB
CMYK
RGB Variations
Color information
#3BEAF2 (or 0x3BEAF2) is known color: Turquoise. HEX triplet: 3B, EA and F2. RGB value is (59,234,242). Sum of RGB (Red+Green+Blue) = 59+234+242=535 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.03% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #3BEAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEAF2 is #C4150D. Grayscale: #B6B6B6. Windows color (decimal): -12850446 or 15919675. OLE color: 15919675.
HSL color Cylindrical-coordinate representation of color #3BEAF2: hue angle of 182.62º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BEAF2 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 234 | 242 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.05 |
| HSL | 182.62º | 0.88% | 0.59% | - |
| HSV(B) | 182.62º | 0.76% | 0.95% | - |
| XYZ | 47.25 | 66.19 | 94.29 | - |
| YUV | 182.59 | 161.52 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 242 | 0.76 | 0.03 | 0 | 0.05 | 182.62 | 0.88 | 0.59 |
| Hex | 3B | EA | F2 | 4C | 3 | 0 | 5 | B7 | 58 | 3B |
| Octal | 73 | 352 | 362 | 114 | 3 | 0 | 5 | 267 | 130 | 73 |
| Binary | 111011 | 11101010 | 11110010 | 1001100 | 11 | 0 | 101 | 10110111 | 1011000 | 111011 |
Color Harmonies of #3BEAF2
Complementary color
Monochromatic Colors of #3BEAF2
Black with #3BEAF2
Text Example
Text Example
White with #3BEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEAF2; }
p { color: rgb(59,234,242); }
H1.HeaderClassName
{
color: #3BEAF2;
}
.AnyTagClassName
{
color: #3BEAF2;
}
</style>
background-color css
<style>
a { background-color: #3BEAF2; }
a { background-color: rgb(59,234,242); }
div.DivClassName
{
background-color: #3BEAF2;
}
.BgClassName
{
background-color: #3BEAF2;
}
</style>
border-color css
<style>
span { border-color: #3BEAF2; }
span { border-color: rgb(59,234,242); }
td.TdClassName
{
border-color: #3BEAF2;
}
.TagClassName
{
border-color: #3BEAF2;
}
</style>