Shades of Turquoise #3BEAFE
Tints of Turquoise #3BEAFE
RGB
CMYK
RGB Variations
Color information
#3BEAFE (or 0x3BEAFE) is known color: Turquoise. HEX triplet: 3B, EA and FE. RGB value is (59,234,254). Sum of RGB (Red+Green+Blue) = 59+234+254=547 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.79% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BEAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEAFE is #C41501. Grayscale: #B7B7B7. Windows color (decimal): -12850434 or 16706107. OLE color: 16706107.
HSL color Cylindrical-coordinate representation of color #3BEAFE: hue angle of 186.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BEAFE is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 234 | 254 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.00 |
| HSL | 186.15º | 0.99% | 0.61% | - |
| HSV(B) | 186.15º | 0.77% | 1% | - |
| XYZ | 49.12 | 66.93 | 104.1 | - |
| YUV | 183.96 | 167.52 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 254 | 0.77 | 0.08 | 0 | 0.00 | 186.15 | 0.99 | 0.61 |
| Hex | 3B | EA | FE | 4D | 8 | 0 | 0 | BA | 63 | 3D |
| Octal | 73 | 352 | 376 | 115 | 10 | 0 | 0 | 272 | 143 | 75 |
| Binary | 111011 | 11101010 | 11111110 | 1001101 | 1000 | 0 | 0 | 10111010 | 1100011 | 111101 |
Color Harmonies of #3BEAFE
Complementary color
Monochromatic Colors of #3BEAFE
Black with #3BEAFE
Text Example
Text Example
White with #3BEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEAFE; }
p { color: rgb(59,234,254); }
H1.HeaderClassName
{
color: #3BEAFE;
}
.AnyTagClassName
{
color: #3BEAFE;
}
</style>
background-color css
<style>
a { background-color: #3BEAFE; }
a { background-color: rgb(59,234,254); }
div.DivClassName
{
background-color: #3BEAFE;
}
.BgClassName
{
background-color: #3BEAFE;
}
</style>
border-color css
<style>
span { border-color: #3BEAFE; }
span { border-color: rgb(59,234,254); }
td.TdClassName
{
border-color: #3BEAFE;
}
.TagClassName
{
border-color: #3BEAFE;
}
</style>