Shades of Turquoise #30FCE7
Tints of Turquoise #30FCE7
RGB
CMYK
RGB Variations
Color information
#30FCE7 (or 0x30FCE7) is known color: Turquoise. HEX triplet: 30, FC and E7. RGB value is (48,252,231). Sum of RGB (Red+Green+Blue) = 48+252+231=531 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.04% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FCE7 is #CF0318. Grayscale: #BCBCBC. Windows color (decimal): -13566745 or 15203376. OLE color: 15203376.
HSL color Cylindrical-coordinate representation of color #30FCE7: hue angle of 173.82º 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 #30FCE7 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 231 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.01 |
| HSL | 173.82º | 0.97% | 0.59% | - |
| HSV(B) | 173.82º | 0.81% | 0.99% | - |
| XYZ | 50.45 | 76.02 | 87.62 | - |
| YUV | 188.61 | 151.91 | 27.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 231 | 0.81 | 0 | 0.08 | 0.01 | 173.82 | 0.97 | 0.59 |
| Hex | 30 | FC | E7 | 51 | 0 | 8 | 1 | AE | 61 | 3B |
| Octal | 60 | 374 | 347 | 121 | 0 | 10 | 1 | 256 | 141 | 73 |
| Binary | 110000 | 11111100 | 11100111 | 1010001 | 0 | 1000 | 1 | 10101110 | 1100001 | 111011 |
Color Harmonies of #30FCE7
Complementary color
Monochromatic Colors of #30FCE7
Black with #30FCE7
Text Example
Text Example
White with #30FCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FCE7; }
p { color: rgb(48,252,231); }
H1.HeaderClassName
{
color: #30FCE7;
}
.AnyTagClassName
{
color: #30FCE7;
}
</style>
background-color css
<style>
a { background-color: #30FCE7; }
a { background-color: rgb(48,252,231); }
div.DivClassName
{
background-color: #30FCE7;
}
.BgClassName
{
background-color: #30FCE7;
}
</style>
border-color css
<style>
span { border-color: #30FCE7; }
span { border-color: rgb(48,252,231); }
td.TdClassName
{
border-color: #30FCE7;
}
.TagClassName
{
border-color: #30FCE7;
}
</style>