#30FCB7

Color #30FCB7 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #30FCB7

Tints of Turquoise #30FCB7

Color information

#30FCB7 (or 0x30FCB7) is unknown color: approx Turquoise. HEX triplet: 30, FC and B7. RGB value is (48,252,183). Sum of RGB (Red+Green+Blue) = 48+252+183=483 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.94% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCB7 is #CF0348. Grayscale: #B7B7B7. Windows color (decimal): -13566793 or 12057648. OLE color: 12057648.

HSL color Cylindrical-coordinate representation of color #30FCB7: hue angle of 159.71º 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 #30FCB7 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB48252183-
CMYK0.8100.270.01
HSL159.71º97.14%58.82%-
HSV(B)159.71º80.95%98.82%-
XYZ44.5873.6756.67-
YUV183.14127.9131.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 9.94%
GREEN value IS 252 (98.83% from 255) = 52.17%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=9.94%
G=52.17%
B=37.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal482521830.8100.270.01159.7197.1458.82
Hex30FCB75101B1a0613b
Octal60374267121033124014173
Binary110000111111001011011110100010110111101000001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30FCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30FCB7; }

 p { color: rgb(48,252,183); }

 H1.HeaderClassName
 {
   color: #30FCB7;
 }
 .AnyTagClassName
 {
   color: #30FCB7;
 }
</style>
background-color css

<style>
 a { background-color: #30FCB7; }

 a { background-color: rgb(48,252,183); }

 div.DivClassName
 {
   background-color: #30FCB7;
 }
 .BgClassName
 {
   background-color: #30FCB7;
 }
</style>
border-color css

<style>
 span { border-color: #30FCB7; }

 span { border-color: rgb(48,252,183); }

 td.TdClassName
 {
   border-color: #30FCB7;
 }
 .TagClassName
 {
   border-color: #30FCB7;
 }
</style>