Shades of Turquoise #30FDCB
Tints of Turquoise #30FDCB
RGB
CMYK
RGB Variations
Color information
#30FDCB (or 0x30FDCB) is known color: Turquoise. HEX triplet: 30, FD and CB. RGB value is (48,253,203). Sum of RGB (Red+Green+Blue) = 48+253+203=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDCB is #CF0234. Grayscale: #BABABA. Windows color (decimal): -13566517 or 13368624. OLE color: 13368624.
HSL color Cylindrical-coordinate representation of color #30FDCB: hue angle of 165.37º degrees, saturation: 0.98, 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 #30FDCB is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 203 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.01 |
| HSL | 165.37º | 0.98% | 0.59% | - |
| HSV(B) | 165.37º | 0.81% | 0.99% | - |
| XYZ | 47.12 | 75.19 | 68.53 | - |
| YUV | 186.01 | 137.58 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 203 | 0.81 | 0 | 0.20 | 0.01 | 165.37 | 0.98 | 0.59 |
| Hex | 30 | FD | CB | 51 | 0 | 14 | 1 | A5 | 62 | 3B |
| Octal | 60 | 375 | 313 | 121 | 0 | 24 | 1 | 245 | 142 | 73 |
| Binary | 110000 | 11111101 | 11001011 | 1010001 | 0 | 10100 | 1 | 10100101 | 1100010 | 111011 |
Color Harmonies of #30FDCB
Complementary color
Monochromatic Colors of #30FDCB
Black with #30FDCB
Text Example
Text Example
White with #30FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDCB; }
p { color: rgb(48,253,203); }
H1.HeaderClassName
{
color: #30FDCB;
}
.AnyTagClassName
{
color: #30FDCB;
}
</style>
background-color css
<style>
a { background-color: #30FDCB; }
a { background-color: rgb(48,253,203); }
div.DivClassName
{
background-color: #30FDCB;
}
.BgClassName
{
background-color: #30FDCB;
}
</style>
border-color css
<style>
span { border-color: #30FDCB; }
span { border-color: rgb(48,253,203); }
td.TdClassName
{
border-color: #30FDCB;
}
.TagClassName
{
border-color: #30FDCB;
}
</style>