Shades of Turquoise #3BEEFC
Tints of Turquoise #3BEEFC
RGB
CMYK
RGB Variations
Color information
#3BEEFC (or 0x3BEEFC) is known color: Turquoise. HEX triplet: 3B, EE and FC. RGB value is (59,238,252). Sum of RGB (Red+Green+Blue) = 59+238+252=549 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.75% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BEEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEEFC is #C41103. Grayscale: #B9B9B9. Windows color (decimal): -12849412 or 16576059. OLE color: 16576059.
HSL color Cylindrical-coordinate representation of color #3BEEFC: hue angle of 184.35º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BEEFC is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 238 | 252 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.01 |
| HSL | 184.35º | 0.97% | 0.61% | - |
| HSV(B) | 184.35º | 0.77% | 0.99% | - |
| XYZ | 49.95 | 69.11 | 102.8 | - |
| YUV | 186.08 | 165.2 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 252 | 0.77 | 0.06 | 0 | 0.01 | 184.35 | 0.97 | 0.61 |
| Hex | 3B | EE | FC | 4D | 6 | 0 | 1 | B8 | 61 | 3D |
| Octal | 73 | 356 | 374 | 115 | 6 | 0 | 1 | 270 | 141 | 75 |
| Binary | 111011 | 11101110 | 11111100 | 1001101 | 110 | 0 | 1 | 10111000 | 1100001 | 111101 |
Color Harmonies of #3BEEFC
Complementary color
Monochromatic Colors of #3BEEFC
Black with #3BEEFC
Text Example
Text Example
White with #3BEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEFC; }
p { color: rgb(59,238,252); }
H1.HeaderClassName
{
color: #3BEEFC;
}
.AnyTagClassName
{
color: #3BEEFC;
}
</style>
background-color css
<style>
a { background-color: #3BEEFC; }
a { background-color: rgb(59,238,252); }
div.DivClassName
{
background-color: #3BEEFC;
}
.BgClassName
{
background-color: #3BEEFC;
}
</style>
border-color css
<style>
span { border-color: #3BEEFC; }
span { border-color: rgb(59,238,252); }
td.TdClassName
{
border-color: #3BEEFC;
}
.TagClassName
{
border-color: #3BEEFC;
}
</style>