Shades of Turquoise #30EFF3
Tints of Turquoise #30EFF3
RGB
CMYK
RGB Variations
Color information
#30EFF3 (or 0x30EFF3) is known color: Turquoise. HEX triplet: 30, EF and F3. RGB value is (48,239,243). Sum of RGB (Red+Green+Blue) = 48+239+243=530 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.06% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #30EFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EFF3 is #CF100C. Grayscale: #B6B6B6. Windows color (decimal): -13570061 or 15986480. OLE color: 15986480.
HSL color Cylindrical-coordinate representation of color #30EFF3: hue angle of 181.23º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EFF3 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 239 | 243 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.05 |
| HSL | 181.23º | 0.89% | 0.57% | - |
| HSV(B) | 181.23º | 0.8% | 0.95% | - |
| XYZ | 48.26 | 68.83 | 95.54 | - |
| YUV | 182.35 | 162.22 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 239 | 243 | 0.80 | 0.02 | 0 | 0.05 | 181.23 | 0.89 | 0.57 |
| Hex | 30 | EF | F3 | 50 | 2 | 0 | 5 | B5 | 59 | 39 |
| Octal | 60 | 357 | 363 | 120 | 2 | 0 | 5 | 265 | 131 | 71 |
| Binary | 110000 | 11101111 | 11110011 | 1010000 | 10 | 0 | 101 | 10110101 | 1011001 | 111001 |
Color Harmonies of #30EFF3
Complementary color
Monochromatic Colors of #30EFF3
Black with #30EFF3
Text Example
Text Example
White with #30EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EFF3; }
p { color: rgb(48,239,243); }
H1.HeaderClassName
{
color: #30EFF3;
}
.AnyTagClassName
{
color: #30EFF3;
}
</style>
background-color css
<style>
a { background-color: #30EFF3; }
a { background-color: rgb(48,239,243); }
div.DivClassName
{
background-color: #30EFF3;
}
.BgClassName
{
background-color: #30EFF3;
}
</style>
border-color css
<style>
span { border-color: #30EFF3; }
span { border-color: rgb(48,239,243); }
td.TdClassName
{
border-color: #30EFF3;
}
.TagClassName
{
border-color: #30EFF3;
}
</style>