Shades of Turquoise #30E1FF
Tints of Turquoise #30E1FF
RGB
CMYK
RGB Variations
Color information
#30E1FF (or 0x30E1FF) is known color: Turquoise. HEX triplet: 30, E1 and FF. RGB value is (48,225,255). Sum of RGB (Red+Green+Blue) = 48+225+255=528 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.09% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #30E1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E1FF is #CF1E00. Grayscale: #AFAFAF. Windows color (decimal): -13573633 or 16769328. OLE color: 16769328.
HSL color Cylindrical-coordinate representation of color #30E1FF: hue angle of 188.7º 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 #30E1FF is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 225 | 255 | - |
| CMYK | 0.81 | 0.12 | 0 | 0 |
| HSL | 188.7º | 1% | 0.59% | - |
| HSV(B) | 188.7º | 0.81% | 1% | - |
| XYZ | 46.19 | 61.7 | 104.08 | - |
| YUV | 175.5 | 172.86 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 225 | 255 | 0.81 | 0.12 | 0 | 0 | 188.7 | 1 | 0.59 |
| Hex | 30 | E1 | FF | 51 | C | 0 | 0 | BD | 64 | 3B |
| Octal | 60 | 341 | 377 | 121 | 14 | 0 | 0 | 275 | 144 | 73 |
| Binary | 110000 | 11100001 | 11111111 | 1010001 | 1100 | 0 | 0 | 10111101 | 1100100 | 111011 |
Color Harmonies of #30E1FF
Complementary color
Monochromatic Colors of #30E1FF
Black with #30E1FF
Text Example
Text Example
White with #30E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E1FF; }
p { color: rgb(48,225,255); }
H1.HeaderClassName
{
color: #30E1FF;
}
.AnyTagClassName
{
color: #30E1FF;
}
</style>
background-color css
<style>
a { background-color: #30E1FF; }
a { background-color: rgb(48,225,255); }
div.DivClassName
{
background-color: #30E1FF;
}
.BgClassName
{
background-color: #30E1FF;
}
</style>
border-color css
<style>
span { border-color: #30E1FF; }
span { border-color: rgb(48,225,255); }
td.TdClassName
{
border-color: #30E1FF;
}
.TagClassName
{
border-color: #30E1FF;
}
</style>