Shades of Turquoise #3BEFF4
Tints of Turquoise #3BEFF4
RGB
CMYK
RGB Variations
Color information
#3BEFF4 (or 0x3BEFF4) is known color: Turquoise. HEX triplet: 3B, EF and F4. RGB value is (59,239,244). Sum of RGB (Red+Green+Blue) = 59+239+244=542 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.89% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 244 (95.70% from 255 or 45.02% from 542); Max value from RGB is 244 - color contains mainly: blue. Hex color #3BEFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEFF4 is #C4100B. Grayscale: #B9B9B9. Windows color (decimal): -12849164 or 16052027. OLE color: 16052027.
HSL color Cylindrical-coordinate representation of color #3BEFF4: hue angle of 181.62º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BEFF4 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 239 | 244 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.04 |
| HSL | 181.62º | 0.89% | 0.59% | - |
| HSV(B) | 181.62º | 0.76% | 0.96% | - |
| XYZ | 49 | 69.19 | 96.36 | - |
| YUV | 185.75 | 160.87 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 244 | 0.76 | 0.02 | 0 | 0.04 | 181.62 | 0.89 | 0.59 |
| Hex | 3B | EF | F4 | 4C | 2 | 0 | 4 | B6 | 59 | 3B |
| Octal | 73 | 357 | 364 | 114 | 2 | 0 | 4 | 266 | 131 | 73 |
| Binary | 111011 | 11101111 | 11110100 | 1001100 | 10 | 0 | 100 | 10110110 | 1011001 | 111011 |
Color Harmonies of #3BEFF4
Complementary color
Monochromatic Colors of #3BEFF4
Black with #3BEFF4
Text Example
Text Example
White with #3BEFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFF4; }
p { color: rgb(59,239,244); }
H1.HeaderClassName
{
color: #3BEFF4;
}
.AnyTagClassName
{
color: #3BEFF4;
}
</style>
background-color css
<style>
a { background-color: #3BEFF4; }
a { background-color: rgb(59,239,244); }
div.DivClassName
{
background-color: #3BEFF4;
}
.BgClassName
{
background-color: #3BEFF4;
}
</style>
border-color css
<style>
span { border-color: #3BEFF4; }
span { border-color: rgb(59,239,244); }
td.TdClassName
{
border-color: #3BEFF4;
}
.TagClassName
{
border-color: #3BEFF4;
}
</style>