Shades of Turquoise #30E3FC
Tints of Turquoise #30E3FC
RGB
CMYK
RGB Variations
Color information
#30E3FC (or 0x30E3FC) is known color: Turquoise. HEX triplet: 30, E3 and FC. RGB value is (48,227,252). Sum of RGB (Red+Green+Blue) = 48+227+252=527 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.11% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #30E3FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E3FC is #CF1C03. Grayscale: #B0B0B0. Windows color (decimal): -13573124 or 16573232. OLE color: 16573232.
HSL color Cylindrical-coordinate representation of color #30E3FC: hue angle of 187.35º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30E3FC is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 227 | 252 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.01 |
| HSL | 187.35º | 0.97% | 0.59% | - |
| HSV(B) | 187.35º | 0.81% | 0.99% | - |
| XYZ | 46.26 | 62.59 | 101.74 | - |
| YUV | 176.33 | 170.7 | 36.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 227 | 252 | 0.81 | 0.10 | 0 | 0.01 | 187.35 | 0.97 | 0.59 |
| Hex | 30 | E3 | FC | 51 | A | 0 | 1 | BB | 61 | 3B |
| Octal | 60 | 343 | 374 | 121 | 12 | 0 | 1 | 273 | 141 | 73 |
| Binary | 110000 | 11100011 | 11111100 | 1010001 | 1010 | 0 | 1 | 10111011 | 1100001 | 111011 |
Color Harmonies of #30E3FC
Complementary color
Monochromatic Colors of #30E3FC
Black with #30E3FC
Text Example
Text Example
White with #30E3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E3FC; }
p { color: rgb(48,227,252); }
H1.HeaderClassName
{
color: #30E3FC;
}
.AnyTagClassName
{
color: #30E3FC;
}
</style>
background-color css
<style>
a { background-color: #30E3FC; }
a { background-color: rgb(48,227,252); }
div.DivClassName
{
background-color: #30E3FC;
}
.BgClassName
{
background-color: #30E3FC;
}
</style>
border-color css
<style>
span { border-color: #30E3FC; }
span { border-color: rgb(48,227,252); }
td.TdClassName
{
border-color: #30E3FC;
}
.TagClassName
{
border-color: #30E3FC;
}
</style>