Shades of Turquoise #30FCED
Tints of Turquoise #30FCED
RGB
CMYK
RGB Variations
Color information
#30FCED (or 0x30FCED) is known color: Turquoise. HEX triplet: 30, FC and ED. RGB value is (48,252,237). Sum of RGB (Red+Green+Blue) = 48+252+237=537 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.94% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FCED is #CF0312. Grayscale: #BDBDBD. Windows color (decimal): -13566739 or 15596592. OLE color: 15596592.
HSL color Cylindrical-coordinate representation of color #30FCED: hue angle of 175.59º 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 #30FCED is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 237 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.01 |
| HSL | 175.59º | 0.97% | 0.59% | - |
| HSV(B) | 175.59º | 0.81% | 0.99% | - |
| XYZ | 51.32 | 76.36 | 92.16 | - |
| YUV | 189.29 | 154.91 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 237 | 0.81 | 0 | 0.06 | 0.01 | 175.59 | 0.97 | 0.59 |
| Hex | 30 | FC | ED | 51 | 0 | 6 | 1 | B0 | 61 | 3B |
| Octal | 60 | 374 | 355 | 121 | 0 | 6 | 1 | 260 | 141 | 73 |
| Binary | 110000 | 11111100 | 11101101 | 1010001 | 0 | 110 | 1 | 10110000 | 1100001 | 111011 |
Color Harmonies of #30FCED
Complementary color
Monochromatic Colors of #30FCED
Black with #30FCED
Text Example
Text Example
White with #30FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FCED; }
p { color: rgb(48,252,237); }
H1.HeaderClassName
{
color: #30FCED;
}
.AnyTagClassName
{
color: #30FCED;
}
</style>
background-color css
<style>
a { background-color: #30FCED; }
a { background-color: rgb(48,252,237); }
div.DivClassName
{
background-color: #30FCED;
}
.BgClassName
{
background-color: #30FCED;
}
</style>
border-color css
<style>
span { border-color: #30FCED; }
span { border-color: rgb(48,252,237); }
td.TdClassName
{
border-color: #30FCED;
}
.TagClassName
{
border-color: #30FCED;
}
</style>