#30F3B8

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

Shades of Turquoise #30F3B8

Tints of Turquoise #30F3B8

Color information

#30F3B8 (or 0x30F3B8) is unknown color: approx Turquoise. HEX triplet: 30, F3 and B8. RGB value is (48,243,184). Sum of RGB (Red+Green+Blue) = 48+243+184=475 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.11% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #30F3B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F3B8 is #CF0C47. Grayscale: #B2B2B2. Windows color (decimal): -13569096 or 12120880. OLE color: 12120880.

HSL color Cylindrical-coordinate representation of color #30F3B8: hue angle of 161.85º 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 #30F3B8 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB48243184-
CMYK0.8000.240.05
HSL161.85º89.04%57.06%-
HSV(B)161.85º80.25%95.29%-
XYZ41.9268.1956.3-
YUV177.97131.435.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.11%
GREEN value IS 243 (95.31% from 255) = 51.16%
BLUE value IS 184 (72.27% from 255) = 38.74%
R=10.11%
G=51.16%
B=38.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482431840.8000.240.05161.8589.0457.06
Hex30F3B8500185a25939
Octal60363270120030524213171
Binary11000011110011101110001010000011000101101000101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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