#30F7F5

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

Shades of Turquoise #30F7F5

Tints of Turquoise #30F7F5

Color information

#30F7F5 (or 0x30F7F5) is unknown color: approx Turquoise. HEX triplet: 30, F7 and F5. RGB value is (48,247,245). Sum of RGB (Red+Green+Blue) = 48+247+245=540 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.89% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #30F7F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F7F5 is #CF080A. Grayscale: #BBBBBB. Windows color (decimal): -13568011 or 16119600. OLE color: 16119600.

HSL color Cylindrical-coordinate representation of color #30F7F5: hue angle of 179.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F7F5 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB48247245-
CMYK0.8100.010.03
HSL179.4º92.56%57.84%-
HSV(B)179.4º80.57%96.86%-
XYZ50.9673.7497.93-
YUV187.27160.5728.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 8.89%
GREEN value IS 247 (96.88% from 255) = 45.74%
BLUE value IS 245 (96.09% from 255) = 45.37%
R=8.89%
G=45.74%
B=45.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal482472450.8100.010.03179.492.5657.84
Hex30F7F551013b35d3a
Octal6036736512101326313572
Binary110000111101111111010110100010111101100111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,247,245); }

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

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

 a { background-color: rgb(48,247,245); }

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

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

 span { border-color: rgb(48,247,245); }

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