Shades of Turquoise #30E9F6
Tints of Turquoise #30E9F6
RGB
CMYK
RGB Variations
Color information
#30E9F6 (or 0x30E9F6) is known color: Turquoise. HEX triplet: 30, E9 and F6. RGB value is (48,233,246). Sum of RGB (Red+Green+Blue) = 48+233+246=527 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.11% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #30E9F6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30E9F6 is #CF1609. Grayscale: #B2B2B2. Windows color (decimal): -13571594 or 16181552. OLE color: 16181552.
HSL color Cylindrical-coordinate representation of color #30E9F6: hue angle of 183.94º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30E9F6 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 233 | 246 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.04 |
| HSL | 183.94º | 0.92% | 0.58% | - |
| HSV(B) | 183.94º | 0.8% | 0.96% | - |
| XYZ | 46.99 | 65.56 | 97.37 | - |
| YUV | 179.17 | 165.71 | 34.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 233 | 246 | 0.80 | 0.05 | 0 | 0.04 | 183.94 | 0.92 | 0.58 |
| Hex | 30 | E9 | F6 | 50 | 5 | 0 | 4 | B8 | 5C | 3A |
| Octal | 60 | 351 | 366 | 120 | 5 | 0 | 4 | 270 | 134 | 72 |
| Binary | 110000 | 11101001 | 11110110 | 1010000 | 101 | 0 | 100 | 10111000 | 1011100 | 111010 |
Color Harmonies of #30E9F6
Complementary color
Monochromatic Colors of #30E9F6
Black with #30E9F6
Text Example
Text Example
White with #30E9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E9F6; }
p { color: rgb(48,233,246); }
H1.HeaderClassName
{
color: #30E9F6;
}
.AnyTagClassName
{
color: #30E9F6;
}
</style>
background-color css
<style>
a { background-color: #30E9F6; }
a { background-color: rgb(48,233,246); }
div.DivClassName
{
background-color: #30E9F6;
}
.BgClassName
{
background-color: #30E9F6;
}
</style>
border-color css
<style>
span { border-color: #30E9F6; }
span { border-color: rgb(48,233,246); }
td.TdClassName
{
border-color: #30E9F6;
}
.TagClassName
{
border-color: #30E9F6;
}
</style>