Shades of Turquoise #30E4FF
Tints of Turquoise #30E4FF
RGB
CMYK
RGB Variations
Color information
#30E4FF (or 0x30E4FF) is known color: Turquoise. HEX triplet: 30, E4 and FF. RGB value is (48,228,255). Sum of RGB (Red+Green+Blue) = 48+228+255=531 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.04% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #30E4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E4FF is #CF1B00. Grayscale: #B0B0B0. Windows color (decimal): -13572865 or 16770096. OLE color: 16770096.
HSL color Cylindrical-coordinate representation of color #30E4FF: hue angle of 187.83º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30E4FF is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 228 | 255 | - |
| CMYK | 0.81 | 0.11 | 0 | 0 |
| HSL | 187.83º | 1% | 0.59% | - |
| HSV(B) | 187.83º | 0.81% | 1% | - |
| XYZ | 47.01 | 63.34 | 104.35 | - |
| YUV | 177.26 | 171.87 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 228 | 255 | 0.81 | 0.11 | 0 | 0 | 187.83 | 1 | 0.59 |
| Hex | 30 | E4 | FF | 51 | B | 0 | 0 | BC | 64 | 3B |
| Octal | 60 | 344 | 377 | 121 | 13 | 0 | 0 | 274 | 144 | 73 |
| Binary | 110000 | 11100100 | 11111111 | 1010001 | 1011 | 0 | 0 | 10111100 | 1100100 | 111011 |
Color Harmonies of #30E4FF
Complementary color
Monochromatic Colors of #30E4FF
Black with #30E4FF
Text Example
Text Example
White with #30E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E4FF; }
p { color: rgb(48,228,255); }
H1.HeaderClassName
{
color: #30E4FF;
}
.AnyTagClassName
{
color: #30E4FF;
}
</style>
background-color css
<style>
a { background-color: #30E4FF; }
a { background-color: rgb(48,228,255); }
div.DivClassName
{
background-color: #30E4FF;
}
.BgClassName
{
background-color: #30E4FF;
}
</style>
border-color css
<style>
span { border-color: #30E4FF; }
span { border-color: rgb(48,228,255); }
td.TdClassName
{
border-color: #30E4FF;
}
.TagClassName
{
border-color: #30E4FF;
}
</style>