#30F7F3

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

Shades of Turquoise #30F7F3

Tints of Turquoise #30F7F3

Color information

#30F7F3 (or 0x30F7F3) is unknown color: approx Turquoise. HEX triplet: 30, F7 and F3. RGB value is (48,247,243). Sum of RGB (Red+Green+Blue) = 48+247+243=538 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.92% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #30F7F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F7F3 is #CF080C. Grayscale: #BABABA. Windows color (decimal): -13568013 or 15988528. OLE color: 15988528.

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

Color convert

RGB48247243-
CMYK0.8100.020.03
HSL178.79º92.56%57.84%-
HSV(B)178.79º80.57%96.86%-
XYZ50.6673.6296.33-
YUV187.04159.5728.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 8.92%
GREEN value IS 247 (96.88% from 255) = 45.91%
BLUE value IS 243 (95.31% from 255) = 45.17%
R=8.92%
G=45.91%
B=45.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal482472430.8100.020.03178.7992.5657.84
Hex30F7F351023b35d3a
Octal6036736312102326313572
Binary1100001111011111110011101000101011101100111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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