Shades of Turquoise #3BE8F8
Tints of Turquoise #3BE8F8
RGB
CMYK
RGB Variations
Color information
#3BE8F8 (or 0x3BE8F8) is known color: Turquoise. HEX triplet: 3B, E8 and F8. RGB value is (59,232,248). Sum of RGB (Red+Green+Blue) = 59+232+248=539 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.95% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 248 (97.27% from 255 or 46.01% from 539); Max value from RGB is 248 - color contains mainly: blue. Hex color #3BE8F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BE8F8 is #C41707. Grayscale: #B5B5B5. Windows color (decimal): -12850952 or 16312379. OLE color: 16312379.
HSL color Cylindrical-coordinate representation of color #3BE8F8: hue angle of 185.08º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BE8F8 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 232 | 248 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.03 |
| HSL | 185.08º | 0.93% | 0.6% | - |
| HSV(B) | 185.08º | 0.76% | 0.97% | - |
| XYZ | 47.6 | 65.42 | 98.93 | - |
| YUV | 182.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 232 | 248 | 0.76 | 0.06 | 0 | 0.03 | 185.08 | 0.93 | 0.6 |
| Hex | 3B | E8 | F8 | 4C | 6 | 0 | 3 | B9 | 5D | 3C |
| Octal | 73 | 350 | 370 | 114 | 6 | 0 | 3 | 271 | 135 | 74 |
| Binary | 111011 | 11101000 | 11111000 | 1001100 | 110 | 0 | 11 | 10111001 | 1011101 | 111100 |
Color Harmonies of #3BE8F8
Complementary color
Monochromatic Colors of #3BE8F8
Black with #3BE8F8
Text Example
Text Example
White with #3BE8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE8F8; }
p { color: rgb(59,232,248); }
H1.HeaderClassName
{
color: #3BE8F8;
}
.AnyTagClassName
{
color: #3BE8F8;
}
</style>
background-color css
<style>
a { background-color: #3BE8F8; }
a { background-color: rgb(59,232,248); }
div.DivClassName
{
background-color: #3BE8F8;
}
.BgClassName
{
background-color: #3BE8F8;
}
</style>
border-color css
<style>
span { border-color: #3BE8F8; }
span { border-color: rgb(59,232,248); }
td.TdClassName
{
border-color: #3BE8F8;
}
.TagClassName
{
border-color: #3BE8F8;
}
</style>