#30F3B7

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

Shades of Turquoise #30F3B7

Tints of Turquoise #30F3B7

Color information

#30F3B7 (or 0x30F3B7) is unknown color: approx Turquoise. HEX triplet: 30, F3 and B7. RGB value is (48,243,183). Sum of RGB (Red+Green+Blue) = 48+243+183=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #30F3B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F3B7 is #CF0C48. Grayscale: #B1B1B1. Windows color (decimal): -13569097 or 12055344. OLE color: 12055344.

HSL color Cylindrical-coordinate representation of color #30F3B7: hue angle of 161.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F3B7 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB48243183-
CMYK0.8000.250.05
HSL161.54º89.04%57.06%-
HSV(B)161.54º80.25%95.29%-
XYZ41.8268.1555.75-
YUV177.86130.935.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.13%
GREEN value IS 243 (95.31% from 255) = 51.27%
BLUE value IS 183 (71.88% from 255) = 38.61%
R=10.13%
G=51.27%
B=38.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482431830.8000.250.05161.5489.0457.06
Hex30F3B7500195a25939
Octal60363267120031524213171
Binary11000011110011101101111010000011001101101000101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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