Shades of Turquoise #30EEF0
Tints of Turquoise #30EEF0
RGB
CMYK
RGB Variations
Color information
#30EEF0 (or 0x30EEF0) is known color: Turquoise. HEX triplet: 30, EE and F0. RGB value is (48,238,240). Sum of RGB (Red+Green+Blue) = 48+238+240=526 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.13% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #30EEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EEF0 is #CF110F. Grayscale: #B5B5B5. Windows color (decimal): -13570320 or 15789616. OLE color: 15789616.
HSL color Cylindrical-coordinate representation of color #30EEF0: hue angle of 180.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EEF0 is Cyan = 0.8, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 238 | 240 | - |
| CMYK | 0.8 | 0.01 | 0 | 0.06 |
| HSL | 180.63º | 0.86% | 0.56% | - |
| HSV(B) | 180.63º | 0.8% | 0.94% | - |
| XYZ | 47.52 | 68.07 | 93.07 | - |
| YUV | 181.42 | 161.05 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 240 | 0.8 | 0.01 | 0 | 0.06 | 180.63 | 0.86 | 0.56 |
| Hex | 30 | EE | F0 | 50 | 1 | 0 | 6 | B5 | 56 | 38 |
| Octal | 60 | 356 | 360 | 120 | 1 | 0 | 6 | 265 | 126 | 70 |
| Binary | 110000 | 11101110 | 11110000 | 1010000 | 1 | 0 | 110 | 10110101 | 1010110 | 111000 |
Color Harmonies of #30EEF0
Complementary color
Monochromatic Colors of #30EEF0
Black with #30EEF0
Text Example
Text Example
White with #30EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EEF0; }
p { color: rgb(48,238,240); }
H1.HeaderClassName
{
color: #30EEF0;
}
.AnyTagClassName
{
color: #30EEF0;
}
</style>
background-color css
<style>
a { background-color: #30EEF0; }
a { background-color: rgb(48,238,240); }
div.DivClassName
{
background-color: #30EEF0;
}
.BgClassName
{
background-color: #30EEF0;
}
</style>
border-color css
<style>
span { border-color: #30EEF0; }
span { border-color: rgb(48,238,240); }
td.TdClassName
{
border-color: #30EEF0;
}
.TagClassName
{
border-color: #30EEF0;
}
</style>