Shades of Turquoise #30FCEB
Tints of Turquoise #30FCEB
RGB
CMYK
RGB Variations
Color information
#30FCEB (or 0x30FCEB) is known color: Turquoise. HEX triplet: 30, FC and EB. RGB value is (48,252,235). Sum of RGB (Red+Green+Blue) = 48+252+235=535 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.97% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FCEB is #CF0314. Grayscale: #BCBCBC. Windows color (decimal): -13566741 or 15465520. OLE color: 15465520.
HSL color Cylindrical-coordinate representation of color #30FCEB: hue angle of 175º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FCEB is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 235 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.01 |
| HSL | 175º | 0.97% | 0.59% | - |
| HSV(B) | 175º | 0.81% | 0.99% | - |
| XYZ | 51.02 | 76.25 | 90.63 | - |
| YUV | 189.07 | 153.91 | 27.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 235 | 0.81 | 0 | 0.07 | 0.01 | 175 | 0.97 | 0.59 |
| Hex | 30 | FC | EB | 51 | 0 | 7 | 1 | AF | 61 | 3B |
| Octal | 60 | 374 | 353 | 121 | 0 | 7 | 1 | 257 | 141 | 73 |
| Binary | 110000 | 11111100 | 11101011 | 1010001 | 0 | 111 | 1 | 10101111 | 1100001 | 111011 |
Color Harmonies of #30FCEB
Complementary color
Monochromatic Colors of #30FCEB
Black with #30FCEB
Text Example
Text Example
White with #30FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FCEB; }
p { color: rgb(48,252,235); }
H1.HeaderClassName
{
color: #30FCEB;
}
.AnyTagClassName
{
color: #30FCEB;
}
</style>
background-color css
<style>
a { background-color: #30FCEB; }
a { background-color: rgb(48,252,235); }
div.DivClassName
{
background-color: #30FCEB;
}
.BgClassName
{
background-color: #30FCEB;
}
</style>
border-color css
<style>
span { border-color: #30FCEB; }
span { border-color: rgb(48,252,235); }
td.TdClassName
{
border-color: #30FCEB;
}
.TagClassName
{
border-color: #30FCEB;
}
</style>