Shades of Turquoise #30FAEF
Tints of Turquoise #30FAEF
RGB
CMYK
RGB Variations
Color information
#30FAEF (or 0x30FAEF) is known color: Turquoise. HEX triplet: 30, FA and EF. RGB value is (48,250,239). Sum of RGB (Red+Green+Blue) = 48+250+239=537 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.94% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FAEF is #CF0510. Grayscale: #BCBCBC. Windows color (decimal): -13567249 or 15727152. OLE color: 15727152.
HSL color Cylindrical-coordinate representation of color #30FAEF: hue angle of 176.73º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FAEF is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 239 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.02 |
| HSL | 176.73º | 0.95% | 0.58% | - |
| HSV(B) | 176.73º | 0.81% | 0.98% | - |
| XYZ | 50.98 | 75.23 | 93.5 | - |
| YUV | 188.35 | 156.58 | 27.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 239 | 0.81 | 0 | 0.04 | 0.02 | 176.73 | 0.95 | 0.58 |
| Hex | 30 | FA | EF | 51 | 0 | 4 | 2 | B1 | 5F | 3A |
| Octal | 60 | 372 | 357 | 121 | 0 | 4 | 2 | 261 | 137 | 72 |
| Binary | 110000 | 11111010 | 11101111 | 1010001 | 0 | 100 | 10 | 10110001 | 1011111 | 111010 |
Color Harmonies of #30FAEF
Complementary color
Monochromatic Colors of #30FAEF
Black with #30FAEF
Text Example
Text Example
White with #30FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FAEF; }
p { color: rgb(48,250,239); }
H1.HeaderClassName
{
color: #30FAEF;
}
.AnyTagClassName
{
color: #30FAEF;
}
</style>
background-color css
<style>
a { background-color: #30FAEF; }
a { background-color: rgb(48,250,239); }
div.DivClassName
{
background-color: #30FAEF;
}
.BgClassName
{
background-color: #30FAEF;
}
</style>
border-color css
<style>
span { border-color: #30FAEF; }
span { border-color: rgb(48,250,239); }
td.TdClassName
{
border-color: #30FAEF;
}
.TagClassName
{
border-color: #30FAEF;
}
</style>